Html Css Color HEX #EDD0EA Snuff

📋 copy color: '#EDD0EA'

red 237 ◦ green 208 ◦ blue 234

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

Shades of Snuff #EDD0EA

Tints of Snuff #EDD0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.46%

R = 34.9%
G = 30.63%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDD0EA (or 0xEDD0EA) is known color: Snuff. HEX triplet: ED, D0 and EA. RGB value is (237,208,234). Sum of RGB (Red+Green+Blue) = 237+208+234=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 208 (81.64% from 255 or 30.63% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0EA is #122F15. Grayscale: #DBDBDB. Windows color (decimal): -1191702 or 15388909. OLE color: 15388909.

HSL color Cylindrical-coordinate representation of color #EDD0EA: hue angle of 306.21º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0EA is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 234 -
CMYK 0 0.12 0.01 0.07
HSL 306.21º 0.45% 0.87% -
HSV(B) 306.21º 0.12% 0.93% -
XYZ 72.33 69.06 87.36 -
YUV 219.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 237 208 234 0 0.12 0.01 0.07 306.21 0.45 0.87
Hex ED D0 EA 0 C 1 7 132 2D 57
Octal 355 320 352 0 14 1 7 462 55 127
Binary 11101101 11010000 11101010 0 1100 1 111 100110010 101101 1010111

Color Harmonies of #EDD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0EA

Black with #EDD0EA

Text Example


Text Example

White with #EDD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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