Html Css Color HEX #EDD2EB Snuff

📋 copy color: '#EDD2EB'

red 237 ◦ green 210 ◦ blue 235

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

Shades of Snuff #EDD2EB

Tints of Snuff #EDD2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.46%

R = 34.75%
G = 30.79%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EDD2EB (or 0xEDD2EB) is known color: Snuff. HEX triplet: ED, D2 and EB. RGB value is (237,210,235). Sum of RGB (Red+Green+Blue) = 237+210+235=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 210 (82.42% from 255 or 30.79% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2EB is #122D14. Grayscale: #DCDCDC. Windows color (decimal): -1191189 or 15454957. OLE color: 15454957.

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

Color convert

RGB 237 210 235 -
CMYK 0 0.11 0.01 0.07
HSL 304.44º 0.43% 0.88% -
HSV(B) 304.44º 0.11% 0.93% -
XYZ 72.97 70.1 88.28 -
YUV 220.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 237 210 235 0 0.11 0.01 0.07 304.44 0.43 0.88
Hex ED D2 EB 0 B 1 7 130 2B 58
Octal 355 322 353 0 13 1 7 460 53 130
Binary 11101101 11010010 11101011 0 1011 1 111 100110000 101011 1011000

Color Harmonies of #EDD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2EB

Black with #EDD2EB

Text Example


Text Example

White with #EDD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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