#ECDFB9

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

Shades of Dutch White #ECDFB9

Tints of Dutch White #ECDFB9

Color information

#ECDFB9 (or 0xECDFB9) is unknown color: approx Dutch White. HEX triplet: EC, DF and B9. RGB value is (236,223,185). Sum of RGB (Red+Green+Blue) = 236+223+185=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFB9 is #132046. Grayscale: #DEDEDE. Windows color (decimal): -1253447 or 12181484. OLE color: 12181484.

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

Color convert

RGB236223185-
CMYK00.060.220.07
HSL44.71º57.3%82.55%-
HSV(B)44.71º21.61%92.55%-
XYZ69.7474.1156.53-
YUV222.55106.81137.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 185 (72.66% from 255) = 28.73%
R=36.65%
G=34.63%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622318500.060.220.0744.7157.382.55
HexECDFB9061672d3953
Octal354337271062675571123
Binary1110110011011111101110010110101101111011011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFB9; }

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

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

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

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

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

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

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

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