Html Css Color HEX #EDD9EC Snuff

📋 copy color: '#EDD9EC'

red 237 ◦ green 217 ◦ blue 236

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

Shades of Snuff #EDD9EC

Tints of Snuff #EDD9EC

RGB

 RED value IS 237 (92.97% from 255) = 34.35%

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

 BLUE value IS 236 (92.58% from 255) = 34.2%

R = 34.35%
G = 31.45%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDD9EC (or 0xEDD9EC) is known color: Snuff. HEX triplet: ED, D9 and EC. RGB value is (237,217,236). Sum of RGB (Red+Green+Blue) = 237+217+236=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EC is #122613. Grayscale: #E1E1E1. Windows color (decimal): -1189396 or 15522285. OLE color: 15522285.

HSL color Cylindrical-coordinate representation of color #EDD9EC: hue angle of 303º degrees, saturation: 0.36, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDD9EC is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 236 -
CMYK 0 0.08 0.00 0.07
HSL 303º 0.36% 0.89% -
HSV(B) 303º 0.08% 0.93% -
XYZ 74.88 73.69 89.63 -
YUV 225.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 237 217 236 0 0.08 0.00 0.07 303 0.36 0.89
Hex ED D9 EC 0 8 0 7 12F 24 59
Octal 355 331 354 0 10 0 7 457 44 131
Binary 11101101 11011001 11101100 0 1000 0 111 100101111 100100 1011001

Color Harmonies of #EDD9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9EC

Black with #EDD9EC

Text Example


Text Example

White with #EDD9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9EC; }

 p { color: rgb(237,217,236); }

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

background-color css

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

 a { background-color: rgb(237,217,236); }

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

border-color css

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

 span { border-color: rgb(237,217,236); }

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