Html Css Color HEX #EDDDBA Dutch White

📋 copy color: '#EDDDBA'

red 237 ◦ green 221 ◦ blue 186

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

Shades of Dutch White #EDDDBA

Tints of Dutch White #EDDDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.88%

R = 36.8%
G = 34.32%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EDDDBA (or 0xEDDDBA) is known color: Dutch White. HEX triplet: ED, DD and BA. RGB value is (237,221,186). Sum of RGB (Red+Green+Blue) = 237+221+186=644 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.80% from 644); Green value is 221 (86.72% from 255 or 34.32% from 644); Blue value is 186 (73.05% from 255 or 28.88% from 644); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBA is #122245. Grayscale: #DDDDDD. Windows color (decimal): -1188422 or 12246509. OLE color: 12246509.

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

Color convert

RGB 237 221 186 -
CMYK 0 0.07 0.22 0.07
HSL 41.18º 0.59% 0.83% -
HSV(B) 41.18º 0.22% 0.93% -
XYZ 69.64 73.26 56.92 -
YUV 221.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 237 221 186 0 0.07 0.22 0.07 41.18 0.59 0.83
Hex ED DD BA 0 7 16 7 29 3B 53
Octal 355 335 272 0 7 26 7 51 73 123
Binary 11101101 11011101 10111010 0 111 10110 111 101001 111011 1010011

Color Harmonies of #EDDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDBA

Black with #EDDDBA

Text Example


Text Example

White with #EDDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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