Html Css Color HEX #EFD9ED Snuff

📋 copy color: '#EFD9ED'

red 239 ◦ green 217 ◦ blue 237

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

Shades of Snuff #EFD9ED

Tints of Snuff #EFD9ED

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.31%

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

R = 34.49%
G = 31.31%
B = 34.2%

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

#EFD9ED (or 0xEFD9ED) is known color: Snuff. HEX triplet: EF, D9 and ED. RGB value is (239,217,237). Sum of RGB (Red+Green+Blue) = 239+217+237=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 217 (85.16% from 255 or 31.31% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9ED is #102612. Grayscale: #E1E1E1. Windows color (decimal): -1058323 or 15587823. OLE color: 15587823.

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

Color convert

RGB 239 217 237 -
CMYK 0 0.09 0.01 0.06
HSL 305.45º 0.41% 0.89% -
HSV(B) 305.45º 0.09% 0.94% -
XYZ 75.7 74.09 90.43 -
YUV 225.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 239 217 237 0 0.09 0.01 0.06 305.45 0.41 0.89
Hex EF D9 ED 0 9 1 6 131 29 59
Octal 357 331 355 0 11 1 6 461 51 131
Binary 11101111 11011001 11101101 0 1001 1 110 100110001 101001 1011001

Color Harmonies of #EFD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9ED

Black with #EFD9ED

Text Example


Text Example

White with #EFD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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