#E2CDCC

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

Shades of Vanilla Ice #E2CDCC

Tints of Vanilla Ice #E2CDCC

Color information

#E2CDCC (or 0xE2CDCC) is unknown color: approx Vanilla Ice. HEX triplet: E2, CD and CC. RGB value is (226,205,204). Sum of RGB (Red+Green+Blue) = 226+205+204=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDCC is #1D3233. Grayscale: #D3D3D3. Windows color (decimal): -1913396 or 13422050. OLE color: 13422050.

HSL color Cylindrical-coordinate representation of color #E2CDCC: hue angle of 2.73º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CDCC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226205204-
CMYK00.090.100.11
HSL2.73º27.5%84.31%-
HSV(B)2.73º9.73%88.63%-
XYZ64.0964.1966.14-
YUV211.16123.96138.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.59%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=35.59%
G=32.28%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620520400.090.100.112.7327.584.31
HexE2CDCC09AB31c54
Octal3423153140111213334124
Binary111000101100110111001100010011010101111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDCC; }

 p { color: rgb(226,205,204); }

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

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

 a { background-color: rgb(226,205,204); }

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

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

 span { border-color: rgb(226,205,204); }

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