Html Css Color HEX #EDDDBD Dutch White

📋 copy color: '#EDDDBD'

red 237 ◦ green 221 ◦ blue 189

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

Shades of Dutch White #EDDDBD

Tints of Dutch White #EDDDBD

RGB

 RED value IS 237 (92.97% from 255) = 36.63%

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

 BLUE value IS 189 (74.22% from 255) = 29.21%

R = 36.63%
G = 34.16%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EDDDBD (or 0xEDDDBD) is known color: Dutch White. HEX triplet: ED, DD and BD. RGB value is (237,221,189). Sum of RGB (Red+Green+Blue) = 237+221+189=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBD is #122242. Grayscale: #DEDEDE. Windows color (decimal): -1188419 or 12443117. OLE color: 12443117.

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

Color convert

RGB 237 221 189 -
CMYK 0 0.07 0.20 0.07
HSL 40º 0.57% 0.84% -
HSV(B) 40º 0.2% 0.93% -
XYZ 69.97 73.39 58.62 -
YUV 222.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 237 221 189 0 0.07 0.20 0.07 40 0.57 0.84
Hex ED DD BD 0 7 14 7 28 39 54
Octal 355 335 275 0 7 24 7 50 71 124
Binary 11101101 11011101 10111101 0 111 10100 111 101000 111001 1010100

Color Harmonies of #EDDDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDBD

Black with #EDDDBD

Text Example


Text Example

White with #EDDDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDBD; }

 p { color: rgb(237,221,189); }

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

background-color css

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

 a { background-color: rgb(237,221,189); }

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

border-color css

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

 span { border-color: rgb(237,221,189); }

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