Html Css Color HEX #EFC8EF Snuff

📋 copy color: '#EFC8EF'

red 239 ◦ green 200 ◦ blue 239

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

Shades of Snuff #EFC8EF

Tints of Snuff #EFC8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.5%

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

R = 35.25%
G = 29.5%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFC8EF (or 0xEFC8EF) is known color: Snuff. HEX triplet: EF, C8 and EF. RGB value is (239,200,239). Sum of RGB (Red+Green+Blue) = 239+200+239=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC8EF is #103710. Grayscale: #D7D7D7. Windows color (decimal): -1062673 or 15714543. OLE color: 15714543.

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

Color convert

RGB 239 200 239 -
CMYK 0 0.16 0 0.06
HSL 300º 0.55% 0.86% -
HSV(B) 300º 0.16% 0.94% -
XYZ 71.83 65.89 90.59 -
YUV 216.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 239 200 239 0 0.16 0 0.06 300 0.55 0.86
Hex EF C8 EF 0 10 0 6 12C 37 56
Octal 357 310 357 0 20 0 6 454 67 126
Binary 11101111 11001000 11101111 0 10000 0 110 100101100 110111 1010110

Color Harmonies of #EFC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8EF

Black with #EFC8EF

Text Example


Text Example

White with #EFC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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