Html Css Color HEX #EDDDBC Dutch White

📋 copy color: '#EDDDBC'

red 237 ◦ green 221 ◦ blue 188

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

Shades of Dutch White #EDDDBC

Tints of Dutch White #EDDDBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.1%

R = 36.69%
G = 34.21%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EDDDBC (or 0xEDDDBC) is known color: Dutch White. HEX triplet: ED, DD and BC. RGB value is (237,221,188). Sum of RGB (Red+Green+Blue) = 237+221+188=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDBC is #122243. Grayscale: #DEDEDE. Windows color (decimal): -1188420 or 12377581. OLE color: 12377581.

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

Color convert

RGB 237 221 188 -
CMYK 0 0.07 0.21 0.07
HSL 40.41º 0.58% 0.83% -
HSV(B) 40.41º 0.21% 0.93% -
XYZ 69.86 73.35 58.05 -
YUV 222.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 237 221 188 0 0.07 0.21 0.07 40.41 0.58 0.83
Hex ED DD BC 0 7 15 7 28 3A 53
Octal 355 335 274 0 7 25 7 50 72 123
Binary 11101101 11011101 10111100 0 111 10101 111 101000 111010 1010011

Color Harmonies of #EDDDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDBC

Black with #EDDDBC

Text Example


Text Example

White with #EDDDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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