Html Css Color HEX #EFDAED Snuff

📋 copy color: '#EFDAED'

red 239 ◦ green 218 ◦ blue 237

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

Shades of Snuff #EFDAED

Tints of Snuff #EFDAED

RGB

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

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

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

R = 34.44%
G = 31.41%
B = 34.15%

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

#EFDAED (or 0xEFDAED) is known color: Snuff. HEX triplet: EF, DA and ED. RGB value is (239,218,237). Sum of RGB (Red+Green+Blue) = 239+218+237=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 218 (85.55% from 255 or 31.41% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAED is #102512. Grayscale: #E2E2E2. Windows color (decimal): -1058067 or 15588079. OLE color: 15588079.

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

Color convert

RGB 239 218 237 -
CMYK 0 0.09 0.01 0.06
HSL 305.71º 0.4% 0.9% -
HSV(B) 305.71º 0.09% 0.94% -
XYZ 75.95 74.61 90.52 -
YUV 226.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 239 218 237 0 0.09 0.01 0.06 305.71 0.4 0.9
Hex EF DA ED 0 9 1 6 132 28 5A
Octal 357 332 355 0 11 1 6 462 50 132
Binary 11101111 11011010 11101101 0 1001 1 110 100110010 101000 1011010

Color Harmonies of #EFDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDAED

Black with #EFDAED

Text Example


Text Example

White with #EFDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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