Html Css Color HEX #EFC7F0 Snuff

📋 copy color: '#EFC7F0'

red 239 ◦ green 199 ◦ blue 240

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

Shades of Snuff #EFC7F0

Tints of Snuff #EFC7F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.4%

R = 35.25%
G = 29.35%
B = 35.4%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EFC7F0 (or 0xEFC7F0) is known color: Snuff. HEX triplet: EF, C7 and F0. RGB value is (239,199,240). Sum of RGB (Red+Green+Blue) = 239+199+240=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 199 (78.12% from 255 or 29.35% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFC7F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC7F0 is #10380F. Grayscale: #D7D7D7. Windows color (decimal): -1062928 or 15779823. OLE color: 15779823.

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

Color convert

RGB 239 199 240 -
CMYK 0.00 0.17 0 0.06
HSL 298.54º 0.58% 0.86% -
HSV(B) 298.54º 0.17% 0.94% -
XYZ 71.75 65.49 91.3 -
YUV 215.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 239 199 240 0.00 0.17 0 0.06 298.54 0.58 0.86
Hex EF C7 F0 0 11 0 6 12B 3A 56
Octal 357 307 360 0 21 0 6 453 72 126
Binary 11101111 11000111 11110000 0 10001 0 110 100101011 111010 1010110

Color Harmonies of #EFC7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7F0

Black with #EFC7F0

Text Example


Text Example

White with #EFC7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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