Html Css Color HEX #EDD2ED Snuff

📋 copy color: '#EDD2ED'

red 237 ◦ green 210 ◦ blue 237

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

Shades of Snuff #EDD2ED

Tints of Snuff #EDD2ED

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.7%

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

R = 34.65%
G = 30.7%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EDD2ED (or 0xEDD2ED) is known color: Snuff. HEX triplet: ED, D2 and ED. RGB value is (237,210,237). Sum of RGB (Red+Green+Blue) = 237+210+237=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #EDD2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2ED is #122D12. Grayscale: #DDDDDD. Windows color (decimal): -1191187 or 15586029. OLE color: 15586029.

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

Color convert

RGB 237 210 237 -
CMYK 0 0.11 0 0.07
HSL 300º 0.43% 0.88% -
HSV(B) 300º 0.11% 0.93% -
XYZ 73.26 70.21 89.81 -
YUV 221.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 237 210 237 0 0.11 0 0.07 300 0.43 0.88
Hex ED D2 ED 0 B 0 7 12C 2B 58
Octal 355 322 355 0 13 0 7 454 53 130
Binary 11101101 11010010 11101101 0 1011 0 111 100101100 101011 1011000

Color Harmonies of #EDD2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2ED

Black with #EDD2ED

Text Example


Text Example

White with #EDD2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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