#E6CDCA

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

Shades of Vanilla Ice #E6CDCA

Tints of Vanilla Ice #E6CDCA

Color information

#E6CDCA (or 0xE6CDCA) is unknown color: approx Vanilla Ice. HEX triplet: E6, CD and CA. RGB value is (230,205,202). Sum of RGB (Red+Green+Blue) = 230+205+202=637 (84% of max value = 765). Red value is 230 (90.23% from 255 or 36.11% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDCA is #193235. Grayscale: #D4D4D4. Windows color (decimal): -1651254 or 13290982. OLE color: 13290982.

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

Color convert

RGB230205202-
CMYK00.110.120.10
HSL6.43º35.9%84.71%-
HSV(B)6.43º12.17%90.2%-
XYZ65.1364.7564.94-
YUV212.13122.28140.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.11%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=36.11%
G=32.18%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020520200.110.120.106.4335.984.71
HexE6CDCA0BCA62455
Octal3463153120131412644125
Binary11100110110011011100101001011110010101101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDCA; }

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

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

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

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

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

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

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

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