#E6CFCC

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

Shades of Vanilla Ice #E6CFCC

Tints of Vanilla Ice #E6CFCC

Color information

#E6CFCC (or 0xE6CFCC) is unknown color: approx Vanilla Ice. HEX triplet: E6, CF and CC. RGB value is (230,207,204). Sum of RGB (Red+Green+Blue) = 230+207+204=641 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.88% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFCC is #193033. Grayscale: #D5D5D5. Windows color (decimal): -1650740 or 13422566. OLE color: 13422566.

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

Color convert

RGB230207204-
CMYK00.100.110.10
HSL6.92º34.21%85.1%-
HSV(B)6.92º11.3%90.2%-
XYZ65.8565.8166.36-
YUV213.54122.62139.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.88%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=35.88%
G=32.29%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020720400.100.110.106.9234.2185.1
HexE6CFCC0ABA72255
Octal3463173140121312742125
Binary11100110110011111100110001010101110101111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFCC; }

 p { color: rgb(230,207,204); }

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

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

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

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

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

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

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