#ECDEBA

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

Shades of Dutch White #ECDEBA

Tints of Dutch White #ECDEBA

Color information

#ECDEBA (or 0xECDEBA) is unknown color: approx Dutch White. HEX triplet: EC, DE and BA. RGB value is (236,222,186). Sum of RGB (Red+Green+Blue) = 236+222+186=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEBA is #132145. Grayscale: #DEDEDE. Windows color (decimal): -1253702 or 12246764. OLE color: 12246764.

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

Color convert

RGB236222186-
CMYK00.060.210.07
HSL43.2º56.82%82.75%-
HSV(B)43.2º21.19%92.55%-
XYZ69.5873.6257-
YUV222.08107.64137.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 186 (73.05% from 255) = 28.88%
R=36.65%
G=34.47%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622218600.060.210.0743.256.8282.75
HexECDEBA061572b3953
Octal354336272062575371123
Binary1110110011011110101110100110101011111010111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEBA; }

 p { color: rgb(236,222,186); }

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

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

 a { background-color: rgb(236,222,186); }

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

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

 span { border-color: rgb(236,222,186); }

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