Html Css Color HEX #EFC7E9 Snuff

📋 copy color: '#EFC7E9'

red 239 ◦ green 199 ◦ blue 233

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

Shades of Snuff #EFC7E9

Tints of Snuff #EFC7E9

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.66%

 BLUE value IS 233 (91.41% from 255) = 34.72%

R = 35.62%
G = 29.66%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFC7E9 (or 0xEFC7E9) is known color: Snuff. HEX triplet: EF, C7 and E9. RGB value is (239,199,233). Sum of RGB (Red+Green+Blue) = 239+199+233=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7E9 is #103816. Grayscale: #D6D6D6. Windows color (decimal): -1062935 or 15321071. OLE color: 15321071.

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

Color convert

RGB 239 199 233 -
CMYK 0 0.17 0.03 0.06
HSL 309º 0.56% 0.86% -
HSV(B) 309º 0.17% 0.94% -
XYZ 70.73 65.08 85.92 -
YUV 214.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 239 199 233 0 0.17 0.03 0.06 309 0.56 0.86
Hex EF C7 E9 0 11 3 6 135 38 56
Octal 357 307 351 0 21 3 6 465 70 126
Binary 11101111 11000111 11101001 0 10001 11 110 100110101 111000 1010110

Color Harmonies of #EFC7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7E9

Black with #EFC7E9

Text Example


Text Example

White with #EFC7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7E9; }

 p { color: rgb(239,199,233); }

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

background-color css

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

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

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

border-color css

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

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

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