Html Css Color HEX #EDD2CE Vanilla Ice

📋 copy color: '#EDD2CE'

red 237 ◦ green 210 ◦ blue 206

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

Shades of Vanilla Ice #EDD2CE

Tints of Vanilla Ice #EDD2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 36.29%
G = 32.16%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EDD2CE (or 0xEDD2CE) is known color: Vanilla Ice. HEX triplet: ED, D2 and CE. RGB value is (237,210,206). Sum of RGB (Red+Green+Blue) = 237+210+206=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2CE is #122D31. Grayscale: #D9D9D9. Windows color (decimal): -1191218 or 13554413. OLE color: 13554413.

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

Color convert

RGB 237 210 206 -
CMYK 0 0.11 0.13 0.07
HSL 7.74º 0.46% 0.87% -
HSV(B) 7.74º 0.13% 0.93% -
XYZ 69.11 68.55 67.98 -
YUV 217.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 237 210 206 0 0.11 0.13 0.07 7.74 0.46 0.87
Hex ED D2 CE 0 B D 7 8 2E 57
Octal 355 322 316 0 13 15 7 10 56 127
Binary 11101101 11010010 11001110 0 1011 1101 111 1000 101110 1010111

Color Harmonies of #EDD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2CE

Black with #EDD2CE

Text Example


Text Example

White with #EDD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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