Html Css Color HEX #EFD0ED Snuff

📋 copy color: '#EFD0ED'

red 239 ◦ green 208 ◦ blue 237

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

Shades of Snuff #EFD0ED

Tints of Snuff #EFD0ED

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.41%

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

R = 34.94%
G = 30.41%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFD0ED (or 0xEFD0ED) is known color: Snuff. HEX triplet: EF, D0 and ED. RGB value is (239,208,237). Sum of RGB (Red+Green+Blue) = 239+208+237=684 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.94% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFD0ED is #102F12. Grayscale: #DCDCDC. Windows color (decimal): -1060627 or 15585519. OLE color: 15585519.

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

Color convert

RGB 239 208 237 -
CMYK 0 0.13 0.01 0.06
HSL 303.87º 0.49% 0.88% -
HSV(B) 303.87º 0.13% 0.94% -
XYZ 73.44 69.58 89.68 -
YUV 220.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 239 208 237 0 0.13 0.01 0.06 303.87 0.49 0.88
Hex EF D0 ED 0 D 1 6 130 31 58
Octal 357 320 355 0 15 1 6 460 61 130
Binary 11101111 11010000 11101101 0 1101 1 110 100110000 110001 1011000

Color Harmonies of #EFD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0ED

Black with #EFD0ED

Text Example


Text Example

White with #EFD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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