Html Css Color HEX #EFD1EC Snuff

📋 copy color: '#EFD1EC'

red 239 ◦ green 209 ◦ blue 236

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

Shades of Snuff #EFD1EC

Tints of Snuff #EFD1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.56%

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

R = 34.94%
G = 30.56%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFD1EC (or 0xEFD1EC) is known color: Snuff. HEX triplet: EF, D1 and EC. RGB value is (239,209,236). Sum of RGB (Red+Green+Blue) = 239+209+236=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD1EC is #102E13. Grayscale: #DCDCDC. Windows color (decimal): -1060372 or 15520239. OLE color: 15520239.

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

Color convert

RGB 239 209 236 -
CMYK 0 0.13 0.01 0.06
HSL 306º 0.48% 0.88% -
HSV(B) 306º 0.13% 0.94% -
XYZ 73.54 70.01 88.99 -
YUV 221.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 239 209 236 0 0.13 0.01 0.06 306 0.48 0.88
Hex EF D1 EC 0 D 1 6 132 30 58
Octal 357 321 354 0 15 1 6 462 60 130
Binary 11101111 11010001 11101100 0 1101 1 110 100110010 110000 1011000

Color Harmonies of #EFD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD1EC

Black with #EFD1EC

Text Example


Text Example

White with #EFD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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