#E0CBCB

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

Shades of Vanilla Ice #E0CBCB

Tints of Vanilla Ice #E0CBCB

Color information

#E0CBCB (or 0xE0CBCB) is unknown color: approx Vanilla Ice. HEX triplet: E0, CB and CB. RGB value is (224,203,203). Sum of RGB (Red+Green+Blue) = 224+203+203=630 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.56% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBCB is #1F3434. Grayscale: #D1D1D1. Windows color (decimal): -2044981 or 13356000. OLE color: 13356000.

HSL color Cylindrical-coordinate representation of color #E0CBCB: hue angle of 0º 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 #E0CBCB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB224203203-
CMYK00.090.090.12
HSL25.3%83.73%-
HSV(B)9.38%87.84%-
XYZ62.8862.8765.32-
YUV209.28124.46138.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.56%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=35.56%
G=32.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420320300.090.090.12025.383.73
HexE0CBCB099C01954
Octal3403133130111114031124
Binary11100000110010111100101101001100111000110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBCB; }

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

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

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

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

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

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

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

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