Html Css Color HEX #EDD3EC Snuff

📋 copy color: '#EDD3EC'

red 237 ◦ green 211 ◦ blue 236

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

Shades of Snuff #EDD3EC

Tints of Snuff #EDD3EC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.85%

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

R = 34.65%
G = 30.85%
B = 34.5%

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

#EDD3EC (or 0xEDD3EC) is known color: Snuff. HEX triplet: ED, D3 and EC. RGB value is (237,211,236). Sum of RGB (Red+Green+Blue) = 237+211+236=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 211 (82.81% from 255 or 30.85% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD3EC is #122C13. Grayscale: #DDDDDD. Windows color (decimal): -1190932 or 15520749. OLE color: 15520749.

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

Color convert

RGB 237 211 236 -
CMYK 0 0.11 0.00 0.07
HSL 302.31º 0.42% 0.88% -
HSV(B) 302.31º 0.11% 0.93% -
XYZ 73.36 70.65 89.13 -
YUV 221.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 237 211 236 0 0.11 0.00 0.07 302.31 0.42 0.88
Hex ED D3 EC 0 B 0 7 12E 2A 58
Octal 355 323 354 0 13 0 7 456 52 130
Binary 11101101 11010011 11101100 0 1011 0 111 100101110 101010 1011000

Color Harmonies of #EDD3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD3EC

Black with #EDD3EC

Text Example


Text Example

White with #EDD3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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