Html Css Color HEX #EDDDB3 Dutch White

📋 copy color: '#EDDDB3'

red 237 ◦ green 221 ◦ blue 179

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

Shades of Dutch White #EDDDB3

Tints of Dutch White #EDDDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.1%

R = 37.21%
G = 34.69%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#EDDDB3 (or 0xEDDDB3) is known color: Dutch White. HEX triplet: ED, DD and B3. RGB value is (237,221,179). Sum of RGB (Red+Green+Blue) = 237+221+179=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDDB3 is #12224C. Grayscale: #DDDDDD. Windows color (decimal): -1188429 or 11787757. OLE color: 11787757.

HSL color Cylindrical-coordinate representation of color #EDDDB3: hue angle of 43.45º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDDDB3 is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 179 -
CMYK 0 0.07 0.24 0.07
HSL 43.45º 0.62% 0.82% -
HSV(B) 43.45º 0.24% 0.93% -
XYZ 68.92 72.97 53.1 -
YUV 221 104.3 139.42 -
System Red Green Blue C M Y K H S L
Decimal 237 221 179 0 0.07 0.24 0.07 43.45 0.62 0.82
Hex ED DD B3 0 7 18 7 2B 3E 52
Octal 355 335 263 0 7 30 7 53 76 122
Binary 11101101 11011101 10110011 0 111 11000 111 101011 111110 1010010

Color Harmonies of #EDDDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDB3

Black with #EDDDB3

Text Example


Text Example

White with #EDDDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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