#E6CACA

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

Shades of Vanilla Ice #E6CACA

Tints of Vanilla Ice #E6CACA

Color information

#E6CACA (or 0xE6CACA) is unknown color: approx Vanilla Ice. HEX triplet: E6, CA and CA. RGB value is (230,202,202). Sum of RGB (Red+Green+Blue) = 230+202+202=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CACA is #193535. Grayscale: #D2D2D2. Windows color (decimal): -1652022 or 13290214. OLE color: 13290214.

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

Color convert

RGB230202202-
CMYK00.120.120.10
HSL35.9%84.71%-
HSV(B)12.17%90.2%-
XYZ64.4163.3364.71-
YUV210.37123.28142-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.28%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 202 (79.30% from 255) = 31.86%
R=36.28%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020220200.120.120.10035.984.71
HexE6CACA0CCA02455
Octal3463123120141412044125
Binary111001101100101011001010011001100101001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CACA; }

 p { color: rgb(230,202,202); }

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

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

 a { background-color: rgb(230,202,202); }

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

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

 span { border-color: rgb(230,202,202); }

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