#EECECD

Color #EECECD Vanilla Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vanilla Ice #EECECD

Tints of Vanilla Ice #EECECD

Color information

#EECECD (or 0xEECECD) is unknown color: approx Vanilla Ice. HEX triplet: EE, CE and CD. RGB value is (238,206,205). Sum of RGB (Red+Green+Blue) = 238+206+205=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 206 (80.86% from 255 or 31.74% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 238 - color contains mainly: red. Hex color #EECECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECECD is #113132. Grayscale: #D7D7D7. Windows color (decimal): -1126707 or 13487854. OLE color: 13487854.

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

Color convert

RGB238206205-
CMYK00.130.140.07
HSL1.82º49.25%86.86%-
HSV(B)1.82º13.87%93.33%-
XYZ68.3566.7367.03-
YUV215.45122.1144.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 206 (80.86% from 255) = 31.74%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=36.67%
G=31.74%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820620500.130.140.071.8249.2586.86
HexEECECD0DE723157
Octal356316315015167261127
Binary111011101100111011001101011011110111101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EECECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EECECD; }

 p { color: rgb(238,206,205); }

 H1.HeaderClassName
 {
   color: #EECECD;
 }
 .AnyTagClassName
 {
   color: #EECECD;
 }
</style>
background-color css

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

 a { background-color: rgb(238,206,205); }

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

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

 span { border-color: rgb(238,206,205); }

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