#E0CDCB

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

Shades of Vanilla Ice #E0CDCB

Tints of Vanilla Ice #E0CDCB

Color information

#E0CDCB (or 0xE0CDCB) is unknown color: approx Vanilla Ice. HEX triplet: E0, CD and CB. RGB value is (224,205,203). Sum of RGB (Red+Green+Blue) = 224+205+203=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CDCB is #1F3234. Grayscale: #D2D2D2. Windows color (decimal): -2044469 or 13356512. OLE color: 13356512.

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

Color convert

RGB224205203-
CMYK00.080.090.12
HSL5.71º25.3%83.73%-
HSV(B)5.71º9.38%87.84%-
XYZ63.3563.8265.48-
YUV210.45123.79137.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 203 (79.69% from 255) = 32.12%
R=35.44%
G=32.44%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420520300.080.090.125.7125.383.73
HexE0CDCB089C61954
Octal3403153130101114631124
Binary1110000011001101110010110100010011100110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CDCB; }

 p { color: rgb(224,205,203); }

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

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

 a { background-color: rgb(224,205,203); }

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

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

 span { border-color: rgb(224,205,203); }

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