Html Css Color HEX #EFD9EE Snuff

📋 copy color: '#EFD9EE'

red 239 ◦ green 217 ◦ blue 238

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

Shades of Snuff #EFD9EE

Tints of Snuff #EFD9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.29%

R = 34.44%
G = 31.27%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD9EE (or 0xEFD9EE) is known color: Snuff. HEX triplet: EF, D9 and EE. RGB value is (239,217,238). Sum of RGB (Red+Green+Blue) = 239+217+238=694 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.44% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD9EE is #102611. Grayscale: #E1E1E1. Windows color (decimal): -1058322 or 15653359. OLE color: 15653359.

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

Color convert

RGB 239 217 238 -
CMYK 0 0.09 0.00 0.06
HSL 302.73º 0.41% 0.89% -
HSV(B) 302.73º 0.09% 0.94% -
XYZ 75.84 74.15 91.2 -
YUV 225.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 239 217 238 0 0.09 0.00 0.06 302.73 0.41 0.89
Hex EF D9 EE 0 9 0 6 12F 29 59
Octal 357 331 356 0 11 0 6 457 51 131
Binary 11101111 11011001 11101110 0 1001 0 110 100101111 101001 1011001

Color Harmonies of #EFD9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD9EE

Black with #EFD9EE

Text Example


Text Example

White with #EFD9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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