#ECCDCA

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

Shades of Vanilla Ice #ECCDCA

Tints of Vanilla Ice #ECCDCA

Color information

#ECCDCA (or 0xECCDCA) is unknown color: approx Vanilla Ice. HEX triplet: EC, CD and CA. RGB value is (236,205,202). Sum of RGB (Red+Green+Blue) = 236+205+202=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDCA is #133235. Grayscale: #D5D5D5. Windows color (decimal): -1258038 or 13290988. OLE color: 13290988.

HSL color Cylindrical-coordinate representation of color #ECCDCA: hue angle of 5.29º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCDCA is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236205202-
CMYK00.130.140.07
HSL5.29º47.22%85.88%-
HSV(B)5.29º14.41%92.55%-
XYZ67.0865.7665.03-
YUV213.93121.27143.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=36.70%
G=31.88%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620520200.130.140.075.2947.2285.88
HexECCDCA0DE752f56
Octal354315312015167557126
Binary1110110011001101110010100110111101111011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDCA; }

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

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

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

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

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

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

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

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