Html Css Color HEX #EBD1CE Vanilla Ice

📋 copy color: '#EBD1CE'

red 235 ◦ green 209 ◦ blue 206

#EBD1CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vanilla Ice #EBD1CE

Tints of Vanilla Ice #EBD1CE

RGB

 RED value IS 235 (92.19% from 255) = 36.15%

 GREEN value IS 209 (82.03% from 255) = 32.15%

 BLUE value IS 206 (80.86% from 255) = 31.69%

R = 36.15%
G = 32.15%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBD1CE (or 0xEBD1CE) is known color: Vanilla Ice. HEX triplet: EB, D1 and CE. RGB value is (235,209,206). Sum of RGB (Red+Green+Blue) = 235+209+206=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1CE is #142E31. Grayscale: #D8D8D8. Windows color (decimal): -1322546 or 13554155. OLE color: 13554155.

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

Color convert

RGB 235 209 206 -
CMYK 0 0.11 0.12 0.08
HSL 6.21º 0.42% 0.86% -
HSV(B) 6.21º 0.12% 0.92% -
XYZ 68.2 67.72 67.87 -
YUV 216.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 235 209 206 0 0.11 0.12 0.08 6.21 0.42 0.86
Hex EB D1 CE 0 B C 8 6 2A 56
Octal 353 321 316 0 13 14 10 6 52 126
Binary 11101011 11010001 11001110 0 1011 1100 1000 110 101010 1010110

Color Harmonies of #EBD1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1CE

Black with #EBD1CE

Text Example


Text Example

White with #EBD1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1CE; }

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

 H1.HeaderClassName
 {
   color: #EBD1CE;
 }
 .AnyTagClassName
 {
   color: #EBD1CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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