#E6CBCA

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

Shades of Vanilla Ice #E6CBCA

Tints of Vanilla Ice #E6CBCA

Color information

#E6CBCA (or 0xE6CBCA) is unknown color: approx Vanilla Ice. HEX triplet: E6, CB and CA. RGB value is (230,203,202). Sum of RGB (Red+Green+Blue) = 230+203+202=635 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.22% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 202 (79.30% from 255 or 31.81% from 635); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBCA is #193435. Grayscale: #D2D2D2. Windows color (decimal): -1651766 or 13290470. OLE color: 13290470.

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

Color convert

RGB230203202-
CMYK00.120.120.10
HSL2.14º35.9%84.71%-
HSV(B)2.14º12.17%90.2%-
XYZ64.6563.864.78-
YUV210.96122.95141.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.22%
GREEN value IS 203 (79.69% from 255) = 31.97%
BLUE value IS 202 (79.30% from 255) = 31.81%
R=36.22%
G=31.97%
B=31.81%

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
Decimal23020320200.120.120.102.1435.984.71
HexE6CBCA0CCA22455
Octal3463133120141412244125
Binary1110011011001011110010100110011001010101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CBCA; }

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

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

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

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

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

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

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

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