#EBCCC9

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

Shades of Vanilla Ice #EBCCC9

Tints of Vanilla Ice #EBCCC9

Color information

#EBCCC9 (or 0xEBCCC9) is unknown color: approx Vanilla Ice. HEX triplet: EB, CC and C9. RGB value is (235,204,201). Sum of RGB (Red+Green+Blue) = 235+204+201=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCCC9 is #143336. Grayscale: #D4D4D4. Windows color (decimal): -1323831 or 13225195. OLE color: 13225195.

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

Color convert

RGB235204201-
CMYK00.130.140.08
HSL5.29º45.95%85.49%-
HSV(B)5.29º14.47%92.16%-
XYZ66.465.0664.32-
YUV212.93121.27143.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 201 (78.91% from 255) = 31.41%
R=36.72%
G=31.88%
B=31.41%

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
Decimal23520420100.130.140.085.2945.9585.49
HexEBCCC90DE852e55
Octal3533143110151610556125
Binary11101011110011001100100101101111010001011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCCC9; }

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

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

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

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

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

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

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

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