#ECDFB7

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

Shades of Dutch White #ECDFB7

Tints of Dutch White #ECDFB7

Color information

#ECDFB7 (or 0xECDFB7) is unknown color: approx Dutch White. HEX triplet: EC, DF and B7. RGB value is (236,223,183). Sum of RGB (Red+Green+Blue) = 236+223+183=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 183 (71.88% from 255 or 28.50% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFB7 is #132048. Grayscale: #DEDEDE. Windows color (decimal): -1253449 or 12050412. OLE color: 12050412.

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

Color convert

RGB236223183-
CMYK00.060.220.07
HSL45.28º58.24%82.16%-
HSV(B)45.28º22.46%92.55%-
XYZ69.5374.0355.42-
YUV222.33105.81137.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.76%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 183 (71.88% from 255) = 28.50%
R=36.76%
G=34.74%
B=28.50%

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
Decimal23622318300.060.220.0745.2858.2482.16
HexECDFB7061672d3a52
Octal354337267062675572122
Binary1110110011011111101101110110101101111011011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFB7; }

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

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

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

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

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

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

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

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