#ECDFB5

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

Shades of Dutch White #ECDFB5

Tints of Dutch White #ECDFB5

Color information

#ECDFB5 (or 0xECDFB5) is unknown color: approx Dutch White. HEX triplet: EC, DF and B5. RGB value is (236,223,181). Sum of RGB (Red+Green+Blue) = 236+223+181=640 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.88% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 181 (71.09% from 255 or 28.28% from 640); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFB5 is #13204A. Grayscale: #DEDEDE. Windows color (decimal): -1253451 or 11919340. OLE color: 11919340.

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

Color convert

RGB236223181-
CMYK00.060.230.07
HSL45.82º59.14%81.76%-
HSV(B)45.82º23.31%92.55%-
XYZ69.3273.9454.34-
YUV222.1104.81137.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.88%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 181 (71.09% from 255) = 28.28%
R=36.88%
G=34.84%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622318100.060.230.0745.8259.1481.76
HexECDFB5061772e3b52
Octal354337265062775673122
Binary1110110011011111101101010110101111111011101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFB5; }

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

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

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

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

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

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

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

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