#EBCFCD

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

Shades of Vanilla Ice #EBCFCD

Tints of Vanilla Ice #EBCFCD

Color information

#EBCFCD (or 0xEBCFCD) is unknown color: approx Vanilla Ice. HEX triplet: EB, CF and CD. RGB value is (235,207,205). Sum of RGB (Red+Green+Blue) = 235+207+205=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 207 (81.25% from 255 or 31.99% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCFCD is #143032. Grayscale: #D7D7D7. Windows color (decimal): -1323059 or 13488107. OLE color: 13488107.

HSL color Cylindrical-coordinate representation of color #EBCFCD: hue angle of 4º degrees, saturation: 0.43, 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 #EBCFCD is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235207205-
CMYK00.120.130.08
HSL42.86%86.27%-
HSV(B)12.77%92.16%-
XYZ67.5966.767.07-
YUV215.14122.28142.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 207 (81.25% from 255) = 31.99%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=36.32%
G=31.99%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520720500.120.130.08442.8686.27
HexEBCFCD0CD842b56
Octal3533173150141510453126
Binary11101011110011111100110101100110110001001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFCD; }

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

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

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

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

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

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

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

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