Html Css Color HEX #EBD4D4 Vanilla Ice

📋 copy color: '#EBD4D4'

red 235 ◦ green 212 ◦ blue 212

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

Shades of Vanilla Ice #EBD4D4

Tints of Vanilla Ice #EBD4D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 32.17%

R = 35.66%
G = 32.17%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#EBD4D4 (or 0xEBD4D4) is known color: Vanilla Ice. HEX triplet: EB, D4 and D4. RGB value is (235,212,212). Sum of RGB (Red+Green+Blue) = 235+212+212=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D4 is #142B2B. Grayscale: #DADADA. Windows color (decimal): -1321772 or 13948139. OLE color: 13948139.

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

Color convert

RGB 235 212 212 -
CMYK 0 0.10 0.10 0.08
HSL 0.37% 0.88% -
HSV(B) 0.1% 0.92% -
XYZ 69.69 69.5 72.03 -
YUV 218.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 235 212 212 0 0.10 0.10 0.08 0 0.37 0.88
Hex EB D4 D4 0 A A 8 0 25 58
Octal 353 324 324 0 12 12 10 0 45 130
Binary 11101011 11010100 11010100 0 1010 1010 1000 0 100101 1011000

Color Harmonies of #EBD4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4D4

Black with #EBD4D4

Text Example


Text Example

White with #EBD4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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