Html Css Color HEX #EDD5D1 Vanilla Ice

📋 copy color: '#EDD5D1'

red 237 ◦ green 213 ◦ blue 209

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

Shades of Vanilla Ice #EDD5D1

Tints of Vanilla Ice #EDD5D1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.32%

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

R = 35.96%
G = 32.32%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EDD5D1 (or 0xEDD5D1) is known color: Vanilla Ice. HEX triplet: ED, D5 and D1. RGB value is (237,213,209). Sum of RGB (Red+Green+Blue) = 237+213+209=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD5D1 is #122A2E. Grayscale: #DBDBDB. Windows color (decimal): -1190447 or 13751789. OLE color: 13751789.

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

Color convert

RGB 237 213 209 -
CMYK 0 0.10 0.12 0.07
HSL 8.57º 0.44% 0.87% -
HSV(B) 8.57º 0.12% 0.93% -
XYZ 70.23 70.2 70.17 -
YUV 219.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 237 213 209 0 0.10 0.12 0.07 8.57 0.44 0.87
Hex ED D5 D1 0 A C 7 9 2C 57
Octal 355 325 321 0 12 14 7 11 54 127
Binary 11101101 11010101 11010001 0 1010 1100 111 1001 101100 1010111

Color Harmonies of #EDD5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5D1

Black with #EDD5D1

Text Example


Text Example

White with #EDD5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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