#E6CFCB

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

Shades of Vanilla Ice #E6CFCB

Tints of Vanilla Ice #E6CFCB

Color information

#E6CFCB (or 0xE6CFCB) is unknown color: approx Vanilla Ice. HEX triplet: E6, CF and CB. RGB value is (230,207,203). Sum of RGB (Red+Green+Blue) = 230+207+203=640 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.94% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFCB is #193034. Grayscale: #D5D5D5. Windows color (decimal): -1650741 or 13357030. OLE color: 13357030.

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

Color convert

RGB230207203-
CMYK00.100.120.10
HSL8.89º35.06%84.9%-
HSV(B)8.89º11.74%90.2%-
XYZ65.7365.7665.73-
YUV213.42122.12139.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.94%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=35.94%
G=32.34%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020720300.100.120.108.8935.0684.9
HexE6CFCB0ACA92355
Octal34631731301214121143125
Binary111001101100111111001011010101100101010011000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFCB; }

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

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

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

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

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

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

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

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