Html Css Color HEX #EDD9EB Snuff

📋 copy color: '#EDD9EB'

red 237 ◦ green 217 ◦ blue 235

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

Shades of Snuff #EDD9EB

Tints of Snuff #EDD9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.11%

R = 34.4%
G = 31.49%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDD9EB (or 0xEDD9EB) is known color: Snuff. HEX triplet: ED, D9 and EB. RGB value is (237,217,235). Sum of RGB (Red+Green+Blue) = 237+217+235=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD9EB is #122614. Grayscale: #E0E0E0. Windows color (decimal): -1189397 or 15456749. OLE color: 15456749.

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

Color convert

RGB 237 217 235 -
CMYK 0 0.08 0.01 0.07
HSL 306º 0.36% 0.89% -
HSV(B) 306º 0.08% 0.93% -
XYZ 74.73 73.63 88.87 -
YUV 225.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 237 217 235 0 0.08 0.01 0.07 306 0.36 0.89
Hex ED D9 EB 0 8 1 7 132 24 59
Octal 355 331 353 0 10 1 7 462 44 131
Binary 11101101 11011001 11101011 0 1000 1 111 100110010 100100 1011001

Color Harmonies of #EDD9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD9EB

Black with #EDD9EB

Text Example


Text Example

White with #EDD9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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