Html Css Color HEX #EFC7ED Snuff

📋 copy color: '#EFC7ED'

red 239 ◦ green 199 ◦ blue 237

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

Shades of Snuff #EFC7ED

Tints of Snuff #EFC7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.11%

R = 35.41%
G = 29.48%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFC7ED (or 0xEFC7ED) is known color: Snuff. HEX triplet: EF, C7 and ED. RGB value is (239,199,237). Sum of RGB (Red+Green+Blue) = 239+199+237=675 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.41% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7ED is #103812. Grayscale: #D7D7D7. Windows color (decimal): -1062931 or 15583215. OLE color: 15583215.

HSL color Cylindrical-coordinate representation of color #EFC7ED: hue angle of 303º 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 #EFC7ED is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 237 -
CMYK 0 0.17 0.01 0.06
HSL 303º 0.56% 0.86% -
HSV(B) 303º 0.17% 0.94% -
XYZ 71.31 65.31 88.97 -
YUV 215.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 239 199 237 0 0.17 0.01 0.06 303 0.56 0.86
Hex EF C7 ED 0 11 1 6 12F 38 56
Octal 357 307 355 0 21 1 6 457 70 126
Binary 11101111 11000111 11101101 0 10001 1 110 100101111 111000 1010110

Color Harmonies of #EFC7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7ED

Black with #EFC7ED

Text Example


Text Example

White with #EFC7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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