Html Css Color HEX #EBD4D0 Vanilla Ice

📋 copy color: '#EBD4D0'

red 235 ◦ green 212 ◦ blue 208

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

Shades of Vanilla Ice #EBD4D0

Tints of Vanilla Ice #EBD4D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 31.76%

R = 35.88%
G = 32.37%
B = 31.76%

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

#EBD4D0 (or 0xEBD4D0) is known color: Vanilla Ice. HEX triplet: EB, D4 and D0. RGB value is (235,212,208). Sum of RGB (Red+Green+Blue) = 235+212+208=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D0 is #142B2F. Grayscale: #DADADA. Windows color (decimal): -1321776 or 13685995. OLE color: 13685995.

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

Color convert

RGB 235 212 208 -
CMYK 0 0.10 0.11 0.08
HSL 8.89º 0.4% 0.87% -
HSV(B) 8.89º 0.11% 0.92% -
XYZ 69.19 69.3 69.4 -
YUV 218.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 235 212 208 0 0.10 0.11 0.08 8.89 0.4 0.87
Hex EB D4 D0 0 A B 8 9 28 57
Octal 353 324 320 0 12 13 10 11 50 127
Binary 11101011 11010100 11010000 0 1010 1011 1000 1001 101000 1010111

Color Harmonies of #EBD4D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4D0

Black with #EBD4D0

Text Example


Text Example

White with #EBD4D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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