#ECDDB4

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

Shades of Dutch White #ECDDB4

Tints of Dutch White #ECDDB4

Color information

#ECDDB4 (or 0xECDDB4) is unknown color: approx Dutch White. HEX triplet: EC, DD and B4. RGB value is (236,221,180). Sum of RGB (Red+Green+Blue) = 236+221+180=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDB4 is #13224B. Grayscale: #DCDCDC. Windows color (decimal): -1253964 or 11853292. OLE color: 11853292.

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

Color convert

RGB236221180-
CMYK00.060.240.07
HSL43.93º59.57%81.57%-
HSV(B)43.93º23.73%92.55%-
XYZ68.6972.8453.62-
YUV220.81104.97138.83-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 37.05%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 180 (70.70% from 255) = 28.26%
R=37.05%
G=34.69%
B=28.26%

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
Decimal23622118000.060.240.0743.9359.5781.57
HexECDDB4061872c3c52
Octal354335264063075474122
Binary1110110011011101101101000110110001111011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDB4; }

 p { color: rgb(236,221,180); }

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

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

 a { background-color: rgb(236,221,180); }

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

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

 span { border-color: rgb(236,221,180); }

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