Html Css Color HEX #EFC7EF Snuff

📋 copy color: '#EFC7EF'

red 239 ◦ green 199 ◦ blue 239

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

Shades of Snuff #EFC7EF

Tints of Snuff #EFC7EF

RGB

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

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

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

R = 35.3%
G = 29.39%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFC7EF (or 0xEFC7EF) is known color: Snuff. HEX triplet: EF, C7 and EF. RGB value is (239,199,239). Sum of RGB (Red+Green+Blue) = 239+199+239=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 199 (78.12% from 255 or 29.39% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7EF is #103810. Grayscale: #D7D7D7. Windows color (decimal): -1062929 or 15714287. OLE color: 15714287.

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

Color convert

RGB 239 199 239 -
CMYK 0 0.17 0 0.06
HSL 300º 0.56% 0.86% -
HSV(B) 300º 0.17% 0.94% -
XYZ 71.6 65.43 90.52 -
YUV 215.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 239 199 239 0 0.17 0 0.06 300 0.56 0.86
Hex EF C7 EF 0 11 0 6 12C 38 56
Octal 357 307 357 0 21 0 6 454 70 126
Binary 11101111 11000111 11101111 0 10001 0 110 100101100 111000 1010110

Color Harmonies of #EFC7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7EF

Black with #EFC7EF

Text Example


Text Example

White with #EFC7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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