Html Css Color HEX #EFD2CF Vanilla Ice

📋 copy color: '#EFD2CF'

red 239 ◦ green 210 ◦ blue 207

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

Shades of Vanilla Ice #EFD2CF

Tints of Vanilla Ice #EFD2CF

RGB

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

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

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

R = 36.43%
G = 32.01%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFD2CF (or 0xEFD2CF) is known color: Vanilla Ice. HEX triplet: EF, D2 and CF. RGB value is (239,210,207). Sum of RGB (Red+Green+Blue) = 239+210+207=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 207 (81.25% from 255 or 31.55% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CF is #102D30. Grayscale: #DADADA. Windows color (decimal): -1060145 or 13619951. OLE color: 13619951.

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

Color convert

RGB 239 210 207 -
CMYK 0 0.12 0.13 0.06
HSL 5.63º 0.5% 0.87% -
HSV(B) 5.63º 0.13% 0.94% -
XYZ 69.91 68.95 68.66 -
YUV 218.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 239 210 207 0 0.12 0.13 0.06 5.63 0.5 0.87
Hex EF D2 CF 0 C D 6 6 32 57
Octal 357 322 317 0 14 15 6 6 62 127
Binary 11101111 11010010 11001111 0 1100 1101 110 110 110010 1010111

Color Harmonies of #EFD2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2CF

Black with #EFD2CF

Text Example


Text Example

White with #EFD2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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