#EBD0CF

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

Shades of Vanilla Ice #EBD0CF

Tints of Vanilla Ice #EBD0CF

Color information

#EBD0CF (or 0xEBD0CF) is unknown color: approx Vanilla Ice. HEX triplet: EB, D0 and CF. RGB value is (235,208,207). Sum of RGB (Red+Green+Blue) = 235+208+207=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0CF is #142F30. Grayscale: #D7D7D7. Windows color (decimal): -1322801 or 13619435. OLE color: 13619435.

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

Color convert

RGB235208207-
CMYK00.110.120.08
HSL2.14º41.18%86.67%-
HSV(B)2.14º11.91%92.16%-
XYZ68.0867.2868.43-
YUV215.96122.95141.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=36.15%
G=32%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520820700.110.120.082.1441.1886.67
HexEBD0CF0BC822957
Octal3533203170131410251127
Binary1110101111010000110011110101111001000101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0CF; }

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

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

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

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

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

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

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

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