Html Css Color HEX #EFDAEC Snuff

📋 copy color: '#EFDAEC'

red 239 ◦ green 218 ◦ blue 236

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

Shades of Snuff #EFDAEC

Tints of Snuff #EFDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.46%

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

R = 34.49%
G = 31.46%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFDAEC (or 0xEFDAEC) is known color: Snuff. HEX triplet: EF, DA and EC. RGB value is (239,218,236). Sum of RGB (Red+Green+Blue) = 239+218+236=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 236 (92.58% from 255 or 34.05% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAEC is #102513. Grayscale: #E2E2E2. Windows color (decimal): -1058068 or 15522543. OLE color: 15522543.

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

Color convert

RGB 239 218 236 -
CMYK 0 0.09 0.01 0.06
HSL 308.57º 0.4% 0.9% -
HSV(B) 308.57º 0.09% 0.94% -
XYZ 75.81 74.55 89.75 -
YUV 226.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 239 218 236 0 0.09 0.01 0.06 308.57 0.4 0.9
Hex EF DA EC 0 9 1 6 135 28 5A
Octal 357 332 354 0 11 1 6 465 50 132
Binary 11101111 11011010 11101100 0 1001 1 110 100110101 101000 1011010

Color Harmonies of #EFDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAEC

Black with #EFDAEC

Text Example


Text Example

White with #EFDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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