Html Css Color HEX #EFE3ED Snuff

📋 copy color: '#EFE3ED'

red 239 ◦ green 227 ◦ blue 237

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

Shades of Snuff #EFE3ED

Tints of Snuff #EFE3ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.71%

R = 34%
G = 32.29%
B = 33.71%

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

#EFE3ED (or 0xEFE3ED) is known color: Snuff. HEX triplet: EF, E3 and ED. RGB value is (239,227,237). Sum of RGB (Red+Green+Blue) = 239+227+237=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 227 (89.06% from 255 or 32.29% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE3ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE3ED is #101C12. Grayscale: #E7E7E7. Windows color (decimal): -1055763 or 15590383. OLE color: 15590383.

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

Color convert

RGB 239 227 237 -
CMYK 0 0.05 0.01 0.06
HSL 310º 0.27% 0.91% -
HSV(B) 310º 0.05% 0.94% -
XYZ 78.35 79.4 91.32 -
YUV 231.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 239 227 237 0 0.05 0.01 0.06 310 0.27 0.91
Hex EF E3 ED 0 5 1 6 136 1B 5B
Octal 357 343 355 0 5 1 6 466 33 133
Binary 11101111 11100011 11101101 0 101 1 110 100110110 11011 1011011

Color Harmonies of #EFE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE3ED

Black with #EFE3ED

Text Example


Text Example

White with #EFE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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