Html Css Color HEX #E5D0CD Vanilla Ice

📋 copy color: '#E5D0CD'

red 229 ◦ green 208 ◦ blue 205

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

Shades of Vanilla Ice #E5D0CD

Tints of Vanilla Ice #E5D0CD

RGB

 RED value IS 229 (89.84% from 255) = 35.67%

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

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

R = 35.67%
G = 32.4%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5D0CD (or 0xE5D0CD) is known color: Vanilla Ice. HEX triplet: E5, D0 and CD. RGB value is (229,208,205). Sum of RGB (Red+Green+Blue) = 229+208+205=642 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.67% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D0CD is #1A2F32. Grayscale: #D5D5D5. Windows color (decimal): -1716019 or 13488357. OLE color: 13488357.

HSL color Cylindrical-coordinate representation of color #E5D0CD: hue angle of 7.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D0CD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 208 205 -
CMYK 0 0.09 0.10 0.10
HSL 7.5º 0.32% 0.85% -
HSV(B) 7.5º 0.1% 0.9% -
XYZ 65.89 66.18 67.06 -
YUV 213.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 229 208 205 0 0.09 0.10 0.10 7.5 0.32 0.85
Hex E5 D0 CD 0 9 A A 8 20 55
Octal 345 320 315 0 11 12 12 10 40 125
Binary 11100101 11010000 11001101 0 1001 1010 1010 1000 100000 1010101

Color Harmonies of #E5D0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D0CD

Black with #E5D0CD

Text Example


Text Example

White with #E5D0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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