Html Css Color HEX #EDD2F1 Snuff

📋 copy color: '#EDD2F1'

red 237 ◦ green 210 ◦ blue 241

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

Shades of Snuff #EDD2F1

Tints of Snuff #EDD2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.03%

R = 34.45%
G = 30.52%
B = 35.03%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD2F1 (or 0xEDD2F1) is known color: Snuff. HEX triplet: ED, D2 and F1. RGB value is (237,210,241). Sum of RGB (Red+Green+Blue) = 237+210+241=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 210 (82.42% from 255 or 30.52% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD2F1 is #122D0E. Grayscale: #DDDDDD. Windows color (decimal): -1191183 or 15848173. OLE color: 15848173.

HSL color Cylindrical-coordinate representation of color #EDD2F1: hue angle of 292.26º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EDD2F1 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 210 241 -
CMYK 0.02 0.13 0 0.05
HSL 292.26º 0.53% 0.88% -
HSV(B) 292.26º 0.13% 0.95% -
XYZ 73.85 70.45 92.92 -
YUV 221.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 237 210 241 0.02 0.13 0 0.05 292.26 0.53 0.88
Hex ED D2 F1 2 D 0 5 124 35 58
Octal 355 322 361 2 15 0 5 444 65 130
Binary 11101101 11010010 11110001 10 1101 0 101 100100100 110101 1011000

Color Harmonies of #EDD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2F1

Black with #EDD2F1

Text Example


Text Example

White with #EDD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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