Html Css Color HEX #EFD0D0 Vanilla Ice

📋 copy color: '#EFD0D0'

red 239 ◦ green 208 ◦ blue 208

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

Shades of Vanilla Ice #EFD0D0

Tints of Vanilla Ice #EFD0D0

RGB

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

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

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

R = 36.49%
G = 31.76%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFD0D0 (or 0xEFD0D0) is known color: Vanilla Ice. HEX triplet: EF, D0 and D0. RGB value is (239,208,208). Sum of RGB (Red+Green+Blue) = 239+208+208=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0D0 is #102F2F. Grayscale: #D9D9D9. Windows color (decimal): -1060656 or 13684975. OLE color: 13684975.

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

Color convert

RGB 239 208 208 -
CMYK 0 0.13 0.13 0.06
HSL 0.49% 0.88% -
HSV(B) 0.13% 0.94% -
XYZ 69.54 68.02 69.14 -
YUV 217.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 239 208 208 0 0.13 0.13 0.06 0 0.49 0.88
Hex EF D0 D0 0 D D 6 0 31 58
Octal 357 320 320 0 15 15 6 0 61 130
Binary 11101111 11010000 11010000 0 1101 1101 110 0 110001 1011000

Color Harmonies of #EFD0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0D0

Black with #EFD0D0

Text Example


Text Example

White with #EFD0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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