Html Css Color HEX #EFE2EC Snuff

📋 copy color: '#EFE2EC'

red 239 ◦ green 226 ◦ blue 236

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

Shades of Snuff #EFE2EC

Tints of Snuff #EFE2EC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.24%

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

R = 34.09%
G = 32.24%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFE2EC (or 0xEFE2EC) is known color: Snuff. HEX triplet: EF, E2 and EC. RGB value is (239,226,236). Sum of RGB (Red+Green+Blue) = 239+226+236=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE2EC is #101D13. Grayscale: #E7E7E7. Windows color (decimal): -1056020 or 15524591. OLE color: 15524591.

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

Color convert

RGB 239 226 236 -
CMYK 0 0.05 0.01 0.06
HSL 313.85º 0.29% 0.91% -
HSV(B) 313.85º 0.05% 0.94% -
XYZ 77.93 78.8 90.46 -
YUV 231.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 239 226 236 0 0.05 0.01 0.06 313.85 0.29 0.91
Hex EF E2 EC 0 5 1 6 13A 1D 5B
Octal 357 342 354 0 5 1 6 472 35 133
Binary 11101111 11100010 11101100 0 101 1 110 100111010 11101 1011011

Color Harmonies of #EFE2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE2EC

Black with #EFE2EC

Text Example


Text Example

White with #EFE2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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