#EBD3CF

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

Shades of Vanilla Ice #EBD3CF

Tints of Vanilla Ice #EBD3CF

Color information

#EBD3CF (or 0xEBD3CF) is unknown color: approx Vanilla Ice. HEX triplet: EB, D3 and CF. RGB value is (235,211,207). Sum of RGB (Red+Green+Blue) = 235+211+207=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3CF is #142C30. Grayscale: #D9D9D9. Windows color (decimal): -1322033 or 13620203. OLE color: 13620203.

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

Color convert

RGB235211207-
CMYK00.100.120.08
HSL8.57º41.18%86.67%-
HSV(B)8.57º11.91%92.16%-
XYZ68.8268.7668.68-
YUV217.72121.95140.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=35.99%
G=32.31%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521120700.100.120.088.5741.1886.67
HexEBD3CF0AC892957
Octal35332331701214101151127
Binary111010111101001111001111010101100100010011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD3CF; }

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

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

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

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

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

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

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

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