Html Css Color HEX #EFC6F1 Snuff

📋 copy color: '#EFC6F1'

red 239 ◦ green 198 ◦ blue 241

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

Shades of Snuff #EFC6F1

Tints of Snuff #EFC6F1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 29.2%

 BLUE value IS 241 (94.53% from 255) = 35.55%

R = 35.25%
G = 29.2%
B = 35.55%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EFC6F1 (or 0xEFC6F1) is known color: Snuff. HEX triplet: EF, C6 and F1. RGB value is (239,198,241). Sum of RGB (Red+Green+Blue) = 239+198+241=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 241 - color contains mainly: blue. Hex color #EFC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC6F1 is #10390E. Grayscale: #D7D7D7. Windows color (decimal): -1063183 or 15845103. OLE color: 15845103.

HSL color Cylindrical-coordinate representation of color #EFC6F1: hue angle of 297.21º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC6F1 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 198 241 -
CMYK 0.01 0.18 0 0.05
HSL 297.21º 0.61% 0.86% -
HSV(B) 297.21º 0.18% 0.95% -
XYZ 71.67 65.09 92.01 -
YUV 215.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 239 198 241 0.01 0.18 0 0.05 297.21 0.61 0.86
Hex EF C6 F1 1 12 0 5 129 3D 56
Octal 357 306 361 1 22 0 5 451 75 126
Binary 11101111 11000110 11110001 1 10010 0 101 100101001 111101 1010110

Color Harmonies of #EFC6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6F1

Black with #EFC6F1

Text Example


Text Example

White with #EFC6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6F1; }

 p { color: rgb(239,198,241); }

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

background-color css

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

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

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

border-color css

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

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

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