Html Css Color HEX #E1D0CF Vanilla Ice

📋 copy color: '#E1D0CF'

red 225 ◦ green 208 ◦ blue 207

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

Shades of Vanilla Ice #E1D0CF

Tints of Vanilla Ice #E1D0CF

RGB

 RED value IS 225 (88.28% from 255) = 35.16%

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

 BLUE value IS 207 (81.25% from 255) = 32.34%

R = 35.16%
G = 32.5%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1D0CF (or 0xE1D0CF) is known color: Vanilla Ice. HEX triplet: E1, D0 and CF. RGB value is (225,208,207). Sum of RGB (Red+Green+Blue) = 225+208+207=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0CF is #1E2F30. Grayscale: #D4D4D4. Windows color (decimal): -1978161 or 13619425. OLE color: 13619425.

HSL color Cylindrical-coordinate representation of color #E1D0CF: hue angle of 3.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D0CF is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 208 207 -
CMYK 0 0.08 0.08 0.12
HSL 3.33º 0.23% 0.85% -
HSV(B) 3.33º 0.08% 0.88% -
XYZ 64.87 65.62 68.28 -
YUV 212.97 124.63 136.58 -
System Red Green Blue C M Y K H S L
Decimal 225 208 207 0 0.08 0.08 0.12 3.33 0.23 0.85
Hex E1 D0 CF 0 8 8 C 3 17 55
Octal 341 320 317 0 10 10 14 3 27 125
Binary 11100001 11010000 11001111 0 1000 1000 1100 11 10111 1010101

Color Harmonies of #E1D0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D0CF

Black with #E1D0CF

Text Example


Text Example

White with #E1D0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D0CF; }

 p { color: rgb(225,208,207); }

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

background-color css

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

 a { background-color: rgb(225,208,207); }

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

border-color css

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

 span { border-color: rgb(225,208,207); }

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