Html Css Color HEX #EFD8EE Snuff

📋 copy color: '#EFD8EE'

red 239 ◦ green 216 ◦ blue 238

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

Shades of Snuff #EFD8EE

Tints of Snuff #EFD8EE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.17%

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

R = 34.49%
G = 31.17%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFD8EE (or 0xEFD8EE) is known color: Snuff. HEX triplet: EF, D8 and EE. RGB value is (239,216,238). Sum of RGB (Red+Green+Blue) = 239+216+238=693 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.49% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8EE is #102711. Grayscale: #E1E1E1. Windows color (decimal): -1058578 or 15653103. OLE color: 15653103.

HSL color Cylindrical-coordinate representation of color #EFD8EE: hue angle of 302.61º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFD8EE is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 238 -
CMYK 0 0.10 0.00 0.06
HSL 302.61º 0.42% 0.89% -
HSV(B) 302.61º 0.1% 0.94% -
XYZ 75.59 73.64 91.12 -
YUV 225.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 239 216 238 0 0.10 0.00 0.06 302.61 0.42 0.89
Hex EF D8 EE 0 A 0 6 12F 2A 59
Octal 357 330 356 0 12 0 6 457 52 131
Binary 11101111 11011000 11101110 0 1010 0 110 100101111 101010 1011001

Color Harmonies of #EFD8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8EE

Black with #EFD8EE

Text Example


Text Example

White with #EFD8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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