#ECDFB3

Color #ECDFB3 Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dutch White #ECDFB3

Tints of Dutch White #ECDFB3

Color information

#ECDFB3 (or 0xECDFB3) is unknown color: approx Dutch White. HEX triplet: EC, DF and B3. RGB value is (236,223,179). Sum of RGB (Red+Green+Blue) = 236+223+179=638 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.99% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 179 (70.31% from 255 or 28.06% from 638); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFB3 is #13204C. Grayscale: #DEDEDE. Windows color (decimal): -1253453 or 11788268. OLE color: 11788268.

HSL color Cylindrical-coordinate representation of color #ECDFB3: hue angle of 46.32º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECDFB3 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB236223179-
CMYK00.060.240.07
HSL46.32º60%81.37%-
HSV(B)46.32º24.15%92.55%-
XYZ69.1273.8653.26-
YUV221.87103.81138.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 36.99%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 179 (70.31% from 255) = 28.06%
R=36.99%
G=34.95%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622317900.060.240.0746.326081.37
HexECDFB3061872e3c51
Octal354337263063075674121
Binary1110110011011111101100110110110001111011101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFB3; }

 p { color: rgb(236,223,179); }

 H1.HeaderClassName
 {
   color: #ECDFB3;
 }
 .AnyTagClassName
 {
   color: #ECDFB3;
 }
</style>
background-color css

<style>
 a { background-color: #ECDFB3; }

 a { background-color: rgb(236,223,179); }

 div.DivClassName
 {
   background-color: #ECDFB3;
 }
 .BgClassName
 {
   background-color: #ECDFB3;
 }
</style>
border-color css

<style>
 span { border-color: #ECDFB3; }

 span { border-color: rgb(236,223,179); }

 td.TdClassName
 {
   border-color: #ECDFB3;
 }
 .TagClassName
 {
   border-color: #ECDFB3;
 }
</style>