Html Css Color HEX #EDD7ED Snuff

📋 copy color: '#EDD7ED'

red 237 ◦ green 215 ◦ blue 237

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

Shades of Snuff #EDD7ED

Tints of Snuff #EDD7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.2%

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

R = 34.4%
G = 31.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD7ED (or 0xEDD7ED) is known color: Snuff. HEX triplet: ED, D7 and ED. RGB value is (237,215,237). Sum of RGB (Red+Green+Blue) = 237+215+237=689 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.40% from 689); Green value is 215 (84.38% from 255 or 31.20% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD7ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD7ED is #122812. Grayscale: #E0E0E0. Windows color (decimal): -1189907 or 15587309. OLE color: 15587309.

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

Color convert

RGB 237 215 237 -
CMYK 0 0.09 0 0.07
HSL 300º 0.38% 0.89% -
HSV(B) 300º 0.09% 0.93% -
XYZ 74.51 72.72 90.23 -
YUV 224.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 237 215 237 0 0.09 0 0.07 300 0.38 0.89
Hex ED D7 ED 0 9 0 7 12C 26 59
Octal 355 327 355 0 11 0 7 454 46 131
Binary 11101101 11010111 11101101 0 1001 0 111 100101100 100110 1011001

Color Harmonies of #EDD7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD7ED

Black with #EDD7ED

Text Example


Text Example

White with #EDD7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD7ED; }

 p { color: rgb(237,215,237); }

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

background-color css

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

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

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

border-color css

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

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

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