Html Css Color HEX #EFC4F5 Snuff

📋 copy color: '#EFC4F5'

red 239 ◦ green 196 ◦ blue 245

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

Shades of Snuff #EFC4F5

Tints of Snuff #EFC4F5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.82%

 BLUE value IS 245 (96.09% from 255) = 36.03%

R = 35.15%
G = 28.82%
B = 36.03%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFC4F5 (or 0xEFC4F5) is known color: Snuff. HEX triplet: EF, C4 and F5. RGB value is (239,196,245). Sum of RGB (Red+Green+Blue) = 239+196+245=680 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.15% from 680); Green value is 196 (76.95% from 255 or 28.82% from 680); Blue value is 245 (96.09% from 255 or 36.03% from 680); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFC4F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC4F5 is #103B0A. Grayscale: #D6D6D6. Windows color (decimal): -1063691 or 16106735. OLE color: 16106735.

HSL color Cylindrical-coordinate representation of color #EFC4F5: hue angle of 292.65º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC4F5 is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 196 245 -
CMYK 0.02 0.2 0 0.04
HSL 292.65º 0.71% 0.86% -
HSV(B) 292.65º 0.2% 0.96% -
XYZ 71.82 64.42 95.04 -
YUV 214.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 239 196 245 0.02 0.2 0 0.04 292.65 0.71 0.86
Hex EF C4 F5 2 14 0 4 125 47 56
Octal 357 304 365 2 24 0 4 445 107 126
Binary 11101111 11000100 11110101 10 10100 0 100 100100101 1000111 1010110

Color Harmonies of #EFC4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4F5

Black with #EFC4F5

Text Example


Text Example

White with #EFC4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4F5; }

 p { color: rgb(239,196,245); }

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

background-color css

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

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

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

border-color css

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

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

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