Html Css Color HEX #EFD8ED Snuff

📋 copy color: '#EFD8ED'

red 239 ◦ green 216 ◦ blue 237

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

Shades of Snuff #EFD8ED

Tints of Snuff #EFD8ED

RGB

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

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

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

R = 34.54%
G = 31.21%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFD8ED (or 0xEFD8ED) is known color: Snuff. HEX triplet: EF, D8 and ED. RGB value is (239,216,237). Sum of RGB (Red+Green+Blue) = 239+216+237=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD8ED is #102712. Grayscale: #E1E1E1. Windows color (decimal): -1058579 or 15587567. OLE color: 15587567.

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

Color convert

RGB 239 216 237 -
CMYK 0 0.10 0.01 0.06
HSL 305.22º 0.42% 0.89% -
HSV(B) 305.22º 0.1% 0.94% -
XYZ 75.44 73.58 90.35 -
YUV 225.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 239 216 237 0 0.10 0.01 0.06 305.22 0.42 0.89
Hex EF D8 ED 0 A 1 6 131 2A 59
Octal 357 330 355 0 12 1 6 461 52 131
Binary 11101111 11011000 11101101 0 1010 1 110 100110001 101010 1011001

Color Harmonies of #EFD8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD8ED

Black with #EFD8ED

Text Example


Text Example

White with #EFD8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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