Html Css Color HEX #ECDDB9 Dutch White

📋 copy color: '#ECDDB9'

red 236 ◦ green 221 ◦ blue 185

#ECDDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dutch White #ECDDB9

Tints of Dutch White #ECDDB9

RGB

 RED value IS 236 (92.58% from 255) = 36.76%

 GREEN value IS 221 (86.72% from 255) = 34.42%

 BLUE value IS 185 (72.66% from 255) = 28.82%

R = 36.76%
G = 34.42%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ECDDB9 (or 0xECDDB9) is known color: Dutch White. HEX triplet: EC, DD and B9. RGB value is (236,221,185). Sum of RGB (Red+Green+Blue) = 236+221+185=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 185 (72.66% from 255 or 28.82% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDB9 is #132246. Grayscale: #DDDDDD. Windows color (decimal): -1253959 or 12180972. OLE color: 12180972.

HSL color Cylindrical-coordinate representation of color #ECDDB9: hue angle of 42.35º 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 #ECDDB9 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 221 185 -
CMYK 0 0.06 0.22 0.07
HSL 42.35º 0.57% 0.83% -
HSV(B) 42.35º 0.22% 0.93% -
XYZ 69.21 73.05 56.35 -
YUV 221.38 107.47 138.43 -
System Red Green Blue C M Y K H S L
Decimal 236 221 185 0 0.06 0.22 0.07 42.35 0.57 0.83
Hex EC DD B9 0 6 16 7 2A 39 53
Octal 354 335 271 0 6 26 7 52 71 123
Binary 11101100 11011101 10111001 0 110 10110 111 101010 111001 1010011

Color Harmonies of #ECDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDB9

Black with #ECDDB9

Text Example


Text Example

White with #ECDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDB9; }

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

 H1.HeaderClassName
 {
   color: #ECDDB9;
 }
 .AnyTagClassName
 {
   color: #ECDDB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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