Html Css Color HEX #EFD8E9 Snuff

📋 copy color: '#EFD8E9'

red 239 ◦ green 216 ◦ blue 233

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

Shades of Snuff #EFD8E9

Tints of Snuff #EFD8E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33.87%

R = 34.74%
G = 31.4%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFD8E9 (or 0xEFD8E9) is known color: Snuff. HEX triplet: EF, D8 and E9. RGB value is (239,216,233). Sum of RGB (Red+Green+Blue) = 239+216+233=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 216 (84.77% from 255 or 31.40% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8E9 is #102716. Grayscale: #E0E0E0. Windows color (decimal): -1058583 or 15325423. OLE color: 15325423.

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

Color convert

RGB 239 216 233 -
CMYK 0 0.10 0.03 0.06
HSL 315.65º 0.42% 0.89% -
HSV(B) 315.65º 0.1% 0.94% -
XYZ 74.86 73.35 87.3 -
YUV 224.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 239 216 233 0 0.10 0.03 0.06 315.65 0.42 0.89
Hex EF D8 E9 0 A 3 6 13C 2A 59
Octal 357 330 351 0 12 3 6 474 52 131
Binary 11101111 11011000 11101001 0 1010 11 110 100111100 101010 1011001

Color Harmonies of #EFD8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8E9

Black with #EFD8E9

Text Example


Text Example

White with #EFD8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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