Html Css Color HEX #EFE0EB Snuff

📋 copy color: '#EFE0EB'

red 239 ◦ green 224 ◦ blue 235

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

Shades of Snuff #EFE0EB

Tints of Snuff #EFE0EB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.09%

 BLUE value IS 235 (92.19% from 255) = 33.67%

R = 34.24%
G = 32.09%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFE0EB (or 0xEFE0EB) is known color: Snuff. HEX triplet: EF, E0 and EB. RGB value is (239,224,235). Sum of RGB (Red+Green+Blue) = 239+224+235=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE0EB is #101F14. Grayscale: #E5E5E5. Windows color (decimal): -1056533 or 15458543. OLE color: 15458543.

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

Color convert

RGB 239 224 235 -
CMYK 0 0.06 0.02 0.06
HSL 316º 0.32% 0.91% -
HSV(B) 316º 0.06% 0.94% -
XYZ 77.25 77.66 89.52 -
YUV 229.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 239 224 235 0 0.06 0.02 0.06 316 0.32 0.91
Hex EF E0 EB 0 6 2 6 13C 20 5B
Octal 357 340 353 0 6 2 6 474 40 133
Binary 11101111 11100000 11101011 0 110 10 110 100111100 100000 1011011

Color Harmonies of #EFE0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE0EB

Black with #EFE0EB

Text Example


Text Example

White with #EFE0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE0EB; }

 p { color: rgb(239,224,235); }

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

background-color css

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

 a { background-color: rgb(239,224,235); }

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

border-color css

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

 span { border-color: rgb(239,224,235); }

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