Html Css Color HEX #EDD0CD Vanilla Ice

📋 copy color: '#EDD0CD'

red 237 ◦ green 208 ◦ blue 205

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

Shades of Vanilla Ice #EDD0CD

Tints of Vanilla Ice #EDD0CD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32%

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

R = 36.46%
G = 32%
B = 31.54%

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

#EDD0CD (or 0xEDD0CD) is known color: Vanilla Ice. HEX triplet: ED, D0 and CD. RGB value is (237,208,205). Sum of RGB (Red+Green+Blue) = 237+208+205=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0CD is #122F32. Grayscale: #D8D8D8. Windows color (decimal): -1191731 or 13488365. OLE color: 13488365.

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

Color convert

RGB 237 208 205 -
CMYK 0 0.12 0.14 0.07
HSL 5.63º 0.47% 0.87% -
HSV(B) 5.63º 0.14% 0.93% -
XYZ 68.5 67.52 67.18 -
YUV 216.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 237 208 205 0 0.12 0.14 0.07 5.63 0.47 0.87
Hex ED D0 CD 0 C E 7 6 2F 57
Octal 355 320 315 0 14 16 7 6 57 127
Binary 11101101 11010000 11001101 0 1100 1110 111 110 101111 1010111

Color Harmonies of #EDD0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0CD

Black with #EDD0CD

Text Example


Text Example

White with #EDD0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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