Html Css Color HEX #EDD1CD Vanilla Ice

📋 copy color: '#EDD1CD'

red 237 ◦ green 209 ◦ blue 205

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

Shades of Vanilla Ice #EDD1CD

Tints of Vanilla Ice #EDD1CD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.1%

 BLUE value IS 205 (80.47% from 255) = 31.49%

R = 36.41%
G = 32.1%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EDD1CD (or 0xEDD1CD) is known color: Vanilla Ice. HEX triplet: ED, D1 and CD. RGB value is (237,209,205). Sum of RGB (Red+Green+Blue) = 237+209+205=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD1CD is #122E32. Grayscale: #D8D8D8. Windows color (decimal): -1191475 or 13488621. OLE color: 13488621.

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

Color convert

RGB 237 209 205 -
CMYK 0 0.12 0.14 0.07
HSL 7.5º 0.47% 0.87% -
HSV(B) 7.5º 0.14% 0.93% -
XYZ 68.74 68.01 67.26 -
YUV 216.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 237 209 205 0 0.12 0.14 0.07 7.5 0.47 0.87
Hex ED D1 CD 0 C E 7 8 2F 57
Octal 355 321 315 0 14 16 7 10 57 127
Binary 11101101 11010001 11001101 0 1100 1110 111 1000 101111 1010111

Color Harmonies of #EDD1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD1CD

Black with #EDD1CD

Text Example


Text Example

White with #EDD1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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