#ECCDCD

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

Shades of Vanilla Ice #ECCDCD

Tints of Vanilla Ice #ECCDCD

Color information

#ECCDCD (or 0xECCDCD) is unknown color: approx Vanilla Ice. HEX triplet: EC, CD and CD. RGB value is (236,205,205). Sum of RGB (Red+Green+Blue) = 236+205+205=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCDCD is #133232. Grayscale: #D6D6D6. Windows color (decimal): -1258035 or 13487596. OLE color: 13487596.

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

Color convert

RGB236205205-
CMYK00.130.130.07
HSL44.93%86.47%-
HSV(B)13.14%92.55%-
XYZ67.4465.966.92-
YUV214.27122.77143.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 205 (80.47% from 255) = 31.73%
R=36.53%
G=31.73%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620520500.130.130.07044.9386.47
HexECCDCD0DD702d56
Octal354315315015157055126
Binary11101100110011011100110101101110111101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDCD; }

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

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

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

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

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

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

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

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