Html Css Color HEX #EFC9EC Snuff

📋 copy color: '#EFC9EC'

red 239 ◦ green 201 ◦ blue 236

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

Shades of Snuff #EFC9EC

Tints of Snuff #EFC9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 29.73%

 BLUE value IS 236 (92.58% from 255) = 34.91%

R = 35.36%
G = 29.73%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFC9EC (or 0xEFC9EC) is known color: Snuff. HEX triplet: EF, C9 and EC. RGB value is (239,201,236). Sum of RGB (Red+Green+Blue) = 239+201+236=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 201 (78.91% from 255 or 29.73% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFC9EC is #103613. Grayscale: #D8D8D8. Windows color (decimal): -1062420 or 15518191. OLE color: 15518191.

HSL color Cylindrical-coordinate representation of color #EFC9EC: hue angle of 304.74º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9EC is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 201 236 -
CMYK 0 0.16 0.01 0.06
HSL 304.74º 0.54% 0.86% -
HSV(B) 304.74º 0.16% 0.94% -
XYZ 71.62 66.18 88.36 -
YUV 216.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 239 201 236 0 0.16 0.01 0.06 304.74 0.54 0.86
Hex EF C9 EC 0 10 1 6 131 36 56
Octal 357 311 354 0 20 1 6 461 66 126
Binary 11101111 11001001 11101100 0 10000 1 110 100110001 110110 1010110

Color Harmonies of #EFC9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC9EC

Black with #EFC9EC

Text Example


Text Example

White with #EFC9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC9EC; }

 p { color: rgb(239,201,236); }

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

background-color css

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

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

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

border-color css

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

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

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