Html Css Color HEX #EFDCEB Snuff

📋 copy color: '#EFDCEB'

red 239 ◦ green 220 ◦ blue 235

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

Shades of Snuff #EFDCEB

Tints of Snuff #EFDCEB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.7%

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

R = 34.44%
G = 31.7%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFDCEB (or 0xEFDCEB) is known color: Snuff. HEX triplet: EF, DC and EB. RGB value is (239,220,235). Sum of RGB (Red+Green+Blue) = 239+220+235=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 220 (86.33% from 255 or 31.70% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEB is #102314. Grayscale: #E3E3E3. Windows color (decimal): -1057557 or 15457519. OLE color: 15457519.

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

Color convert

RGB 239 220 235 -
CMYK 0 0.08 0.02 0.06
HSL 312.63º 0.37% 0.9% -
HSV(B) 312.63º 0.08% 0.94% -
XYZ 76.19 75.54 89.16 -
YUV 227.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 239 220 235 0 0.08 0.02 0.06 312.63 0.37 0.9
Hex EF DC EB 0 8 2 6 139 25 5A
Octal 357 334 353 0 10 2 6 471 45 132
Binary 11101111 11011100 11101011 0 1000 10 110 100111001 100101 1011010

Color Harmonies of #EFDCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDCEB

Black with #EFDCEB

Text Example


Text Example

White with #EFDCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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