Html Css Color HEX #EFDBEA Snuff

📋 copy color: '#EFDBEA'

red 239 ◦ green 219 ◦ blue 234

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

Shades of Snuff #EFDBEA

Tints of Snuff #EFDBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.65%

 BLUE value IS 234 (91.8% from 255) = 33.82%

R = 34.54%
G = 31.65%
B = 33.82%

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

#EFDBEA (or 0xEFDBEA) is known color: Snuff. HEX triplet: EF, DB and EA. RGB value is (239,219,234). Sum of RGB (Red+Green+Blue) = 239+219+234=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBEA is #102415. Grayscale: #E2E2E2. Windows color (decimal): -1057814 or 15391727. OLE color: 15391727.

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

Color convert

RGB 239 219 234 -
CMYK 0 0.08 0.02 0.06
HSL 315º 0.38% 0.9% -
HSV(B) 315º 0.08% 0.94% -
XYZ 75.78 74.95 88.32 -
YUV 226.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 239 219 234 0 0.08 0.02 0.06 315 0.38 0.9
Hex EF DB EA 0 8 2 6 13B 26 5A
Octal 357 333 352 0 10 2 6 473 46 132
Binary 11101111 11011011 11101010 0 1000 10 110 100111011 100110 1011010

Color Harmonies of #EFDBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDBEA

Black with #EFDBEA

Text Example


Text Example

White with #EFDBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDBEA; }

 p { color: rgb(239,219,234); }

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

background-color css

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

 a { background-color: rgb(239,219,234); }

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

border-color css

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

 span { border-color: rgb(239,219,234); }

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