#EBCCCB

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

Shades of Vanilla Ice #EBCCCB

Tints of Vanilla Ice #EBCCCB

Color information

#EBCCCB (or 0xEBCCCB) is unknown color: approx Vanilla Ice. HEX triplet: EB, CC and CB. RGB value is (235,204,203). Sum of RGB (Red+Green+Blue) = 235+204+203=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 203 (79.69% from 255 or 31.62% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCCB is #143334. Grayscale: #D5D5D5. Windows color (decimal): -1323829 or 13356267. OLE color: 13356267.

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

Color convert

RGB235204203-
CMYK00.130.140.08
HSL1.88º44.44%85.88%-
HSV(B)1.88º13.62%92.16%-
XYZ66.6365.1665.57-
YUV213.15122.27143.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 203 (79.69% from 255) = 31.62%
R=36.60%
G=31.78%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520420300.130.140.081.8844.4485.88
HexEBCCCB0DE822c56
Octal3533143130151610254126
Binary1110101111001100110010110110111101000101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCCB; }

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

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

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

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

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

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

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

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