Html Css Color HEX #EFD0CF Vanilla Ice

📋 copy color: '#EFD0CF'

red 239 ◦ green 208 ◦ blue 207

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

Shades of Vanilla Ice #EFD0CF

Tints of Vanilla Ice #EFD0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 31.65%

R = 36.54%
G = 31.8%
B = 31.65%

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

#EFD0CF (or 0xEFD0CF) is known color: Vanilla Ice. HEX triplet: EF, D0 and CF. RGB value is (239,208,207). Sum of RGB (Red+Green+Blue) = 239+208+207=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CF is #102F30. Grayscale: #D9D9D9. Windows color (decimal): -1060657 or 13619439. OLE color: 13619439.

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

Color convert

RGB 239 208 207 -
CMYK 0 0.13 0.13 0.06
HSL 1.88º 0.5% 0.87% -
HSV(B) 1.88º 0.13% 0.94% -
XYZ 69.41 67.97 68.49 -
YUV 217.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 239 208 207 0 0.13 0.13 0.06 1.88 0.5 0.87
Hex EF D0 CF 0 D D 6 2 32 57
Octal 357 320 317 0 15 15 6 2 62 127
Binary 11101111 11010000 11001111 0 1101 1101 110 10 110010 1010111

Color Harmonies of #EFD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0CF

Black with #EFD0CF

Text Example


Text Example

White with #EFD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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