Html Css Color HEX #EDD2D1 Vanilla Ice

📋 copy color: '#EDD2D1'

red 237 ◦ green 210 ◦ blue 209

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

Shades of Vanilla Ice #EDD2D1

Tints of Vanilla Ice #EDD2D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 31.86%

R = 36.13%
G = 32.01%
B = 31.86%

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

#EDD2D1 (or 0xEDD2D1) is known color: Vanilla Ice. HEX triplet: ED, D2 and D1. RGB value is (237,210,209). Sum of RGB (Red+Green+Blue) = 237+210+209=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2D1 is #122D2E. Grayscale: #D9D9D9. Windows color (decimal): -1191215 or 13751021. OLE color: 13751021.

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

Color convert

RGB 237 210 209 -
CMYK 0 0.11 0.12 0.07
HSL 2.14º 0.44% 0.87% -
HSV(B) 2.14º 0.12% 0.93% -
XYZ 69.48 68.7 69.92 -
YUV 217.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 237 210 209 0 0.11 0.12 0.07 2.14 0.44 0.87
Hex ED D2 D1 0 B C 7 2 2C 57
Octal 355 322 321 0 13 14 7 2 54 127
Binary 11101101 11010010 11010001 0 1011 1100 111 10 101100 1010111

Color Harmonies of #EDD2D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2D1

Black with #EDD2D1

Text Example


Text Example

White with #EDD2D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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