#EBCDCC

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

Shades of Vanilla Ice #EBCDCC

Tints of Vanilla Ice #EBCDCC

Color information

#EBCDCC (or 0xEBCDCC) is unknown color: approx Vanilla Ice. HEX triplet: EB, CD and CC. RGB value is (235,205,204). Sum of RGB (Red+Green+Blue) = 235+205+204=644 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.49% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDCC is #143233. Grayscale: #D5D5D5. Windows color (decimal): -1323572 or 13422059. OLE color: 13422059.

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

Color convert

RGB235205204-
CMYK00.130.130.08
HSL1.94º43.66%86.08%-
HSV(B)1.94º13.19%92.16%-
XYZ66.9965.6866.27-
YUV213.86122.44143.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.49%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=36.49%
G=31.83%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520520400.130.130.081.9443.6686.08
HexEBCDCC0DD822c56
Octal3533153140151510254126
Binary1110101111001101110011000110111011000101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDCC; }

 p { color: rgb(235,205,204); }

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

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

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

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

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

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

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