Html Css Color HEX #EDD0F1 Snuff

📋 copy color: '#EDD0F1'

red 237 ◦ green 208 ◦ blue 241

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

Shades of Snuff #EDD0F1

Tints of Snuff #EDD0F1

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.32%

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

R = 34.55%
G = 30.32%
B = 35.13%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDD0F1 (or 0xEDD0F1) is known color: Snuff. HEX triplet: ED, D0 and F1. RGB value is (237,208,241). Sum of RGB (Red+Green+Blue) = 237+208+241=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDD0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDD0F1 is #122F0E. Grayscale: #DCDCDC. Windows color (decimal): -1191695 or 15847661. OLE color: 15847661.

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

Color convert

RGB 237 208 241 -
CMYK 0.02 0.14 0 0.05
HSL 292.73º 0.54% 0.88% -
HSV(B) 292.73º 0.14% 0.95% -
XYZ 73.36 69.47 92.76 -
YUV 220.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 237 208 241 0.02 0.14 0 0.05 292.73 0.54 0.88
Hex ED D0 F1 2 E 0 5 125 36 58
Octal 355 320 361 2 16 0 5 445 66 130
Binary 11101101 11010000 11110001 10 1110 0 101 100100101 110110 1011000

Color Harmonies of #EDD0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0F1

Black with #EDD0F1

Text Example


Text Example

White with #EDD0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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