Html Css Color HEX #EFC0EF Snuff

📋 copy color: '#EFC0EF'

red 239 ◦ green 192 ◦ blue 239

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

Shades of Snuff #EFC0EF

Tints of Snuff #EFC0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.66%

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

R = 35.67%
G = 28.66%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFC0EF (or 0xEFC0EF) is known color: Snuff. HEX triplet: EF, C0 and EF. RGB value is (239,192,239). Sum of RGB (Red+Green+Blue) = 239+192+239=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC0EF is #103F10. Grayscale: #D3D3D3. Windows color (decimal): -1064721 or 15712495. OLE color: 15712495.

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

Color convert

RGB 239 192 239 -
CMYK 0 0.20 0 0.06
HSL 300º 0.59% 0.85% -
HSV(B) 300º 0.2% 0.94% -
XYZ 70.03 62.28 89.99 -
YUV 211.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 239 192 239 0 0.20 0 0.06 300 0.59 0.85
Hex EF C0 EF 0 14 0 6 12C 3B 55
Octal 357 300 357 0 24 0 6 454 73 125
Binary 11101111 11000000 11101111 0 10100 0 110 100101100 111011 1010101

Color Harmonies of #EFC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0EF

Black with #EFC0EF

Text Example


Text Example

White with #EFC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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