Html Css Color HEX #EDD2EF Snuff

📋 copy color: '#EDD2EF'

red 237 ◦ green 210 ◦ blue 239

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

Shades of Snuff #EDD2EF

Tints of Snuff #EDD2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.84%

R = 34.55%
G = 30.61%
B = 34.84%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDD2EF (or 0xEDD2EF) is known color: Snuff. HEX triplet: ED, D2 and EF. RGB value is (237,210,239). Sum of RGB (Red+Green+Blue) = 237+210+239=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 210 (82.42% from 255 or 30.61% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #EDD2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2EF is #122D10. Grayscale: #DDDDDD. Windows color (decimal): -1191185 or 15717101. OLE color: 15717101.

HSL color Cylindrical-coordinate representation of color #EDD2EF: hue angle of 295.86º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD2EF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 210 239 -
CMYK 0.01 0.12 0 0.06
HSL 295.86º 0.48% 0.88% -
HSV(B) 295.86º 0.12% 0.94% -
XYZ 73.55 70.33 91.36 -
YUV 221.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 237 210 239 0.01 0.12 0 0.06 295.86 0.48 0.88
Hex ED D2 EF 1 C 0 6 128 30 58
Octal 355 322 357 1 14 0 6 450 60 130
Binary 11101101 11010010 11101111 1 1100 0 110 100101000 110000 1011000

Color Harmonies of #EDD2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2EF

Black with #EDD2EF

Text Example


Text Example

White with #EDD2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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