Html Css Color HEX #EFD0CE Vanilla Ice

📋 copy color: '#EFD0CE'

red 239 ◦ green 208 ◦ blue 206

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

Shades of Vanilla Ice #EFD0CE

Tints of Vanilla Ice #EFD0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.55%

R = 36.6%
G = 31.85%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFD0CE (or 0xEFD0CE) is known color: Vanilla Ice. HEX triplet: EF, D0 and CE. RGB value is (239,208,206). Sum of RGB (Red+Green+Blue) = 239+208+206=653 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.60% from 653); Green value is 208 (81.64% from 255 or 31.85% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CE is #102F31. Grayscale: #D9D9D9. Windows color (decimal): -1060658 or 13553903. OLE color: 13553903.

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

Color convert

RGB 239 208 206 -
CMYK 0 0.13 0.14 0.06
HSL 3.64º 0.51% 0.87% -
HSV(B) 3.64º 0.14% 0.94% -
XYZ 69.29 67.92 67.85 -
YUV 217.04 121.77 143.66 -
System Red Green Blue C M Y K H S L
Decimal 239 208 206 0 0.13 0.14 0.06 3.64 0.51 0.87
Hex EF D0 CE 0 D E 6 4 33 57
Octal 357 320 316 0 15 16 6 4 63 127
Binary 11101111 11010000 11001110 0 1101 1110 110 100 110011 1010111

Color Harmonies of #EFD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0CE

Black with #EFD0CE

Text Example


Text Example

White with #EFD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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