Html Css Color HEX #EDDDE9 Snuff

📋 copy color: '#EDDDE9'

red 237 ◦ green 221 ◦ blue 233

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

Shades of Snuff #EDDDE9

Tints of Snuff #EDDDE9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.98%

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

R = 34.3%
G = 31.98%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EDDDE9 (or 0xEDDDE9) is known color: Snuff. HEX triplet: ED, DD and E9. RGB value is (237,221,233). Sum of RGB (Red+Green+Blue) = 237+221+233=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDE9 is #122216. Grayscale: #E3E3E3. Windows color (decimal): -1188375 or 15326701. OLE color: 15326701.

HSL color Cylindrical-coordinate representation of color #EDDDE9: hue angle of 315º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDDDE9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 221 233 -
CMYK 0 0.07 0.02 0.07
HSL 315º 0.31% 0.9% -
HSV(B) 315º 0.07% 0.93% -
XYZ 75.49 75.6 87.7 -
YUV 227.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 237 221 233 0 0.07 0.02 0.07 315 0.31 0.9
Hex ED DD E9 0 7 2 7 13B 1F 5A
Octal 355 335 351 0 7 2 7 473 37 132
Binary 11101101 11011101 11101001 0 111 10 111 100111011 11111 1011010

Color Harmonies of #EDDDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDE9

Black with #EDDDE9

Text Example


Text Example

White with #EDDDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDE9; }

 p { color: rgb(237,221,233); }

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

background-color css

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

 a { background-color: rgb(237,221,233); }

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

border-color css

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

 span { border-color: rgb(237,221,233); }

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