Html Css Color HEX #EFE3EC Snuff

📋 copy color: '#EFE3EC'

red 239 ◦ green 227 ◦ blue 236

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

Shades of Snuff #EFE3EC

Tints of Snuff #EFE3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.34%

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

R = 34.05%
G = 32.34%
B = 33.62%

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

#EFE3EC (or 0xEFE3EC) is known color: Snuff. HEX triplet: EF, E3 and EC. RGB value is (239,227,236). Sum of RGB (Red+Green+Blue) = 239+227+236=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 236 (92.58% from 255 or 33.62% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3EC is #101C13. Grayscale: #E7E7E7. Windows color (decimal): -1055764 or 15524847. OLE color: 15524847.

HSL color Cylindrical-coordinate representation of color #EFE3EC: hue angle of 315º degrees, saturation: 0.27, 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 #EFE3EC is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 227 236 -
CMYK 0 0.05 0.01 0.06
HSL 315º 0.27% 0.91% -
HSV(B) 315º 0.05% 0.94% -
XYZ 78.21 79.35 90.55 -
YUV 231.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 239 227 236 0 0.05 0.01 0.06 315 0.27 0.91
Hex EF E3 EC 0 5 1 6 13B 1B 5B
Octal 357 343 354 0 5 1 6 473 33 133
Binary 11101111 11100011 11101100 0 101 1 110 100111011 11011 1011011

Color Harmonies of #EFE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3EC

Black with #EFE3EC

Text Example


Text Example

White with #EFE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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