Html Css Color HEX #EFE4EC Snuff

📋 copy color: '#EFE4EC'

red 239 ◦ green 228 ◦ blue 236

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

Shades of Snuff #EFE4EC

Tints of Snuff #EFE4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.43%

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

R = 34%
G = 32.43%
B = 33.57%

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

#EFE4EC (or 0xEFE4EC) is known color: Snuff. HEX triplet: EF, E4 and EC. RGB value is (239,228,236). Sum of RGB (Red+Green+Blue) = 239+228+236=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EC is #101B13. Grayscale: #E8E8E8. Windows color (decimal): -1055508 or 15525103. OLE color: 15525103.

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

Color convert

RGB 239 228 236 -
CMYK 0 0.05 0.01 0.06
HSL 316.36º 0.26% 0.92% -
HSV(B) 316.36º 0.05% 0.94% -
XYZ 78.48 79.89 90.64 -
YUV 232.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 239 228 236 0 0.05 0.01 0.06 316.36 0.26 0.92
Hex EF E4 EC 0 5 1 6 13C 1A 5C
Octal 357 344 354 0 5 1 6 474 32 134
Binary 11101111 11100100 11101100 0 101 1 110 100111100 11010 1011100

Color Harmonies of #EFE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4EC

Black with #EFE4EC

Text Example


Text Example

White with #EFE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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