Html Css Color HEX #EDD2EC Snuff

📋 copy color: '#EDD2EC'

red 237 ◦ green 210 ◦ blue 236

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

Shades of Snuff #EDD2EC

Tints of Snuff #EDD2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.55%

R = 34.7%
G = 30.75%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EDD2EC (or 0xEDD2EC) is known color: Snuff. HEX triplet: ED, D2 and EC. RGB value is (237,210,236). Sum of RGB (Red+Green+Blue) = 237+210+236=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2EC is #122D13. Grayscale: #DCDCDC. Windows color (decimal): -1191188 or 15520493. OLE color: 15520493.

HSL color Cylindrical-coordinate representation of color #EDD2EC: hue angle of 302.22º 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 #EDD2EC is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 236 -
CMYK 0 0.11 0.00 0.07
HSL 302.22º 0.43% 0.88% -
HSV(B) 302.22º 0.11% 0.93% -
XYZ 73.11 70.15 89.04 -
YUV 221.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 237 210 236 0 0.11 0.00 0.07 302.22 0.43 0.88
Hex ED D2 EC 0 B 0 7 12E 2B 58
Octal 355 322 354 0 13 0 7 456 53 130
Binary 11101101 11010010 11101100 0 1011 0 111 100101110 101011 1011000

Color Harmonies of #EDD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2EC

Black with #EDD2EC

Text Example


Text Example

White with #EDD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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