Html Css Color HEX #EFD2CE Vanilla Ice

📋 copy color: '#EFD2CE'

red 239 ◦ green 210 ◦ blue 206

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

Shades of Vanilla Ice #EFD2CE

Tints of Vanilla Ice #EFD2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.06%

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

R = 36.49%
G = 32.06%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFD2CE (or 0xEFD2CE) is known color: Vanilla Ice. HEX triplet: EF, D2 and CE. RGB value is (239,210,206). Sum of RGB (Red+Green+Blue) = 239+210+206=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 210 (82.42% from 255 or 32.06% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CE is #102D31. Grayscale: #DADADA. Windows color (decimal): -1060146 or 13554415. OLE color: 13554415.

HSL color Cylindrical-coordinate representation of color #EFD2CE: hue angle of 7.27º 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 #EFD2CE is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 206 -
CMYK 0 0.12 0.14 0.06
HSL 7.27º 0.51% 0.87% -
HSV(B) 7.27º 0.14% 0.94% -
XYZ 69.78 68.9 68.01 -
YUV 218.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 239 210 206 0 0.12 0.14 0.06 7.27 0.51 0.87
Hex EF D2 CE 0 C E 6 7 33 57
Octal 357 322 316 0 14 16 6 7 63 127
Binary 11101111 11010010 11001110 0 1100 1110 110 111 110011 1010111

Color Harmonies of #EFD2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2CE

Black with #EFD2CE

Text Example


Text Example

White with #EFD2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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