Html Css Color HEX #EDD5ED Snuff

📋 copy color: '#EDD5ED'

red 237 ◦ green 213 ◦ blue 237

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

Shades of Snuff #EDD5ED

Tints of Snuff #EDD5ED

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31%

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

R = 34.5%
G = 31%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD5ED (or 0xEDD5ED) is known color: Snuff. HEX triplet: ED, D5 and ED. RGB value is (237,213,237). Sum of RGB (Red+Green+Blue) = 237+213+237=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 213 (83.59% from 255 or 31.00% from 687); Blue value is 237 (92.97% from 255 or 34.50% from 687); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD5ED is #122A12. Grayscale: #DEDEDE. Windows color (decimal): -1190419 or 15586797. OLE color: 15586797.

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

Color convert

RGB 237 213 237 -
CMYK 0 0.10 0 0.07
HSL 300º 0.4% 0.88% -
HSV(B) 300º 0.1% 0.93% -
XYZ 74.01 71.71 90.06 -
YUV 222.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 237 213 237 0 0.10 0 0.07 300 0.4 0.88
Hex ED D5 ED 0 A 0 7 12C 28 58
Octal 355 325 355 0 12 0 7 454 50 130
Binary 11101101 11010101 11101101 0 1010 0 111 100101100 101000 1011000

Color Harmonies of #EDD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD5ED

Black with #EDD5ED

Text Example


Text Example

White with #EDD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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