#e6c3c3

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

Shades of Vanilla Ice #E6C3C3

Tints of Vanilla Ice #E6C3C3

Color information

#E6C3C3 (or 0xE6C3C3) is unknown color: approx Vanilla Ice. HEX triplet: E6, C3 and C3. RGB value is (230,195,195). Sum of RGB (Red+Green+Blue) = 230+195+195=620 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.10% from 620); Green value is 195 (76.56% from 255 or 31.45% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C3C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C3C3 is #193C3C. Grayscale: #CDCDCD. Windows color (decimal): -1653821 or 12829670. OLE color: 12829670.

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

Color convert

RGB230195195-
CMYK00.150.150.10
HSL41.18%83.33%-
HSV(B)15.22%90.2%-
XYZ6259.7959.9-
YUV205.46122.1145.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.10%
GREEN value IS 195 (76.56% from 255) = 31.45%
BLUE value IS 195 (76.56% from 255) = 31.45%
R=37.10%
G=31.45%
B=31.45%

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
Decimal23019519500.150.150.10041.1883.33
HexE6C3C30FFA02953
Octal3463033030171712051123
Binary111001101100001111000011011111111101001010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6c3c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6c3c3; }

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

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

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

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

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

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

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

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