Html Css Color HEX #EFC2F7 Snuff

📋 copy color: '#EFC2F7'

red 239 ◦ green 194 ◦ blue 247

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

Shades of Snuff #EFC2F7

Tints of Snuff #EFC2F7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.53%

 BLUE value IS 247 (96.88% from 255) = 36.32%

R = 35.15%
G = 28.53%
B = 36.32%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFC2F7 (or 0xEFC2F7) is known color: Snuff. HEX triplet: EF, C2 and F7. RGB value is (239,194,247). Sum of RGB (Red+Green+Blue) = 239+194+247=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 194 (76.17% from 255 or 28.53% from 680); Blue value is 247 (96.88% from 255 or 36.32% from 680); Max value from RGB is 247 - color contains mainly: blue. Hex color #EFC2F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2F7 is #103D08. Grayscale: #D5D5D5. Windows color (decimal): -1064201 or 16237295. OLE color: 16237295.

HSL color Cylindrical-coordinate representation of color #EFC2F7: hue angle of 290.94º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFC2F7 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 194 247 -
CMYK 0.03 0.21 0 0.03
HSL 290.94º 0.77% 0.86% -
HSV(B) 290.94º 0.21% 0.97% -
XYZ 71.68 63.65 96.5 -
YUV 213.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 239 194 247 0.03 0.21 0 0.03 290.94 0.77 0.86
Hex EF C2 F7 3 15 0 3 123 4D 56
Octal 357 302 367 3 25 0 3 443 115 126
Binary 11101111 11000010 11110111 11 10101 0 11 100100011 1001101 1010110

Color Harmonies of #EFC2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2F7

Black with #EFC2F7

Text Example


Text Example

White with #EFC2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2F7; }

 p { color: rgb(239,194,247); }

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

background-color css

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

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

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

border-color css

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

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

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