Html Css Color HEX #EDD2D0 Vanilla Ice

📋 copy color: '#EDD2D0'

red 237 ◦ green 210 ◦ blue 208

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

Shades of Vanilla Ice #EDD2D0

Tints of Vanilla Ice #EDD2D0

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.06%

 BLUE value IS 208 (81.64% from 255) = 31.76%

R = 36.18%
G = 32.06%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDD2D0 (or 0xEDD2D0) is known color: Vanilla Ice. HEX triplet: ED, D2 and D0. RGB value is (237,210,208). Sum of RGB (Red+Green+Blue) = 237+210+208=655 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.18% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2D0 is #122D2F. Grayscale: #D9D9D9. Windows color (decimal): -1191216 or 13685485. OLE color: 13685485.

HSL color Cylindrical-coordinate representation of color #EDD2D0: hue angle of 4.14º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD2D0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 208 -
CMYK 0 0.11 0.12 0.07
HSL 4.14º 0.45% 0.87% -
HSV(B) 4.14º 0.12% 0.93% -
XYZ 69.36 68.65 69.27 -
YUV 217.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 237 210 208 0 0.11 0.12 0.07 4.14 0.45 0.87
Hex ED D2 D0 0 B C 7 4 2D 57
Octal 355 322 320 0 13 14 7 4 55 127
Binary 11101101 11010010 11010000 0 1011 1100 111 100 101101 1010111

Color Harmonies of #EDD2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2D0

Black with #EDD2D0

Text Example


Text Example

White with #EDD2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2D0; }

 p { color: rgb(237,210,208); }

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

background-color css

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

 a { background-color: rgb(237,210,208); }

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

border-color css

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

 span { border-color: rgb(237,210,208); }

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