Html Css Color HEX #EFC2EF Snuff

📋 copy color: '#EFC2EF'

red 239 ◦ green 194 ◦ blue 239

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

Shades of Snuff #EFC2EF

Tints of Snuff #EFC2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 35.57%
G = 28.87%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFC2EF (or 0xEFC2EF) is known color: Snuff. HEX triplet: EF, C2 and EF. RGB value is (239,194,239). Sum of RGB (Red+Green+Blue) = 239+194+239=672 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.57% from 672); Green value is 194 (76.17% from 255 or 28.87% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC2EF is #103D10. Grayscale: #D4D4D4. Windows color (decimal): -1064209 or 15713007. OLE color: 15713007.

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

Color convert

RGB 239 194 239 -
CMYK 0 0.19 0 0.06
HSL 300º 0.58% 0.85% -
HSV(B) 300º 0.19% 0.94% -
XYZ 70.47 63.17 90.14 -
YUV 212.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 239 194 239 0 0.19 0 0.06 300 0.58 0.85
Hex EF C2 EF 0 13 0 6 12C 3A 55
Octal 357 302 357 0 23 0 6 454 72 125
Binary 11101111 11000010 11101111 0 10011 0 110 100101100 111010 1010101

Color Harmonies of #EFC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2EF

Black with #EFC2EF

Text Example


Text Example

White with #EFC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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