Html Css Color HEX #EBD4D1 Vanilla Ice

📋 copy color: '#EBD4D1'

red 235 ◦ green 212 ◦ blue 209

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

Shades of Vanilla Ice #EBD4D1

Tints of Vanilla Ice #EBD4D1

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.32%

 BLUE value IS 209 (82.03% from 255) = 31.86%

R = 35.82%
G = 32.32%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBD4D1 (or 0xEBD4D1) is known color: Vanilla Ice. HEX triplet: EB, D4 and D1. RGB value is (235,212,209). Sum of RGB (Red+Green+Blue) = 235+212+209=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 209 (82.03% from 255 or 31.86% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D1 is #142B2E. Grayscale: #DADADA. Windows color (decimal): -1321775 or 13751531. OLE color: 13751531.

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

Color convert

RGB 235 212 209 -
CMYK 0 0.10 0.11 0.08
HSL 6.92º 0.39% 0.87% -
HSV(B) 6.92º 0.11% 0.92% -
XYZ 69.31 69.35 70.05 -
YUV 218.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 235 212 209 0 0.10 0.11 0.08 6.92 0.39 0.87
Hex EB D4 D1 0 A B 8 7 27 57
Octal 353 324 321 0 12 13 10 7 47 127
Binary 11101011 11010100 11010001 0 1010 1011 1000 111 100111 1010111

Color Harmonies of #EBD4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4D1

Black with #EBD4D1

Text Example


Text Example

White with #EBD4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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