Html Css Color HEX #EFD8D8 Vanilla Ice

📋 copy color: '#EFD8D8'

red 239 ◦ green 216 ◦ blue 216

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

Shades of Vanilla Ice #EFD8D8

Tints of Vanilla Ice #EFD8D8

RGB

 RED value IS 239 (93.75% from 255) = 35.62%

 GREEN value IS 216 (84.77% from 255) = 32.19%

 BLUE value IS 216 (84.77% from 255) = 32.19%

R = 35.62%
G = 32.19%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFD8D8 (or 0xEFD8D8) is known color: Vanilla Ice. HEX triplet: EF, D8 and D8. RGB value is (239,216,216). Sum of RGB (Red+Green+Blue) = 239+216+216=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD8D8 is #102727. Grayscale: #DEDEDE. Windows color (decimal): -1058600 or 14211311. OLE color: 14211311.

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

Color convert

RGB 239 216 216 -
CMYK 0 0.10 0.10 0.06
HSL 0.42% 0.89% -
HSV(B) 0.1% 0.94% -
XYZ 72.55 72.42 75.12 -
YUV 222.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 239 216 216 0 0.10 0.10 0.06 0 0.42 0.89
Hex EF D8 D8 0 A A 6 0 2A 59
Octal 357 330 330 0 12 12 6 0 52 131
Binary 11101111 11011000 11011000 0 1010 1010 110 0 101010 1011001

Color Harmonies of #EFD8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8D8

Black with #EFD8D8

Text Example


Text Example

White with #EFD8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8D8; }

 p { color: rgb(239,216,216); }

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

background-color css

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

 a { background-color: rgb(239,216,216); }

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

border-color css

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

 span { border-color: rgb(239,216,216); }

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