#EBCFCE

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

Shades of Vanilla Ice #EBCFCE

Tints of Vanilla Ice #EBCFCE

Color information

#EBCFCE (or 0xEBCFCE) is unknown color: approx Vanilla Ice. HEX triplet: EB, CF and CE. RGB value is (235,207,206). Sum of RGB (Red+Green+Blue) = 235+207+206=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFCE is #143031. Grayscale: #D7D7D7. Windows color (decimal): -1323058 or 13553643. OLE color: 13553643.

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

Color convert

RGB235207206-
CMYK00.120.120.08
HSL2.07º42.03%86.47%-
HSV(B)2.07º12.34%92.16%-
XYZ67.7166.7467.71-
YUV215.26122.78142.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 207 (81.25% from 255) = 31.94%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=36.27%
G=31.94%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520720600.120.120.082.0742.0386.47
HexEBCFCE0CC822a56
Octal3533173160141410252126
Binary1110101111001111110011100110011001000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFCE; }

 p { color: rgb(235,207,206); }

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

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

 a { background-color: rgb(235,207,206); }

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

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

 span { border-color: rgb(235,207,206); }

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