#E6C4C4

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

Shades of Vanilla Ice #E6C4C4

Tints of Vanilla Ice #E6C4C4

Color information

#E6C4C4 (or 0xE6C4C4) is unknown color: approx Vanilla Ice. HEX triplet: E6, C4 and C4. RGB value is (230,196,196). Sum of RGB (Red+Green+Blue) = 230+196+196=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4C4 is #193B3B. Grayscale: #CECECE. Windows color (decimal): -1653564 or 12895462. OLE color: 12895462.

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

Color convert

RGB230196196-
CMYK00.150.150.10
HSL40.48%83.53%-
HSV(B)14.78%90.2%-
XYZ62.3460.2960.58-
YUV206.17122.26145-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.98%
GREEN value IS 196 (76.95% from 255) = 31.51%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=36.98%
G=31.51%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019619600.150.150.10040.4883.53
HexE6C4C40FFA02854
Octal3463043040171712050124
Binary111001101100010011000100011111111101001010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C4C4; }

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

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

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

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

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

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

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

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