Html Css Color HEX #EED1F1 Snuff

📋 copy color: '#EED1F1'

red 238 ◦ green 209 ◦ blue 241

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

Shades of Snuff #EED1F1

Tints of Snuff #EED1F1

RGB

 RED value IS 238 (93.36% from 255) = 34.59%

 GREEN value IS 209 (82.03% from 255) = 30.38%

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

R = 34.59%
G = 30.38%
B = 35.03%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EED1F1 (or 0xEED1F1) is known color: Snuff. HEX triplet: EE, D1 and F1. RGB value is (238,209,241). Sum of RGB (Red+Green+Blue) = 238+209+241=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 209 (82.03% from 255 or 30.38% 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 #EED1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED1F1 is #112E0E. Grayscale: #DDDDDD. Windows color (decimal): -1125903 or 15847918. OLE color: 15847918.

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

Color convert

RGB 238 209 241 -
CMYK 0.01 0.13 0 0.05
HSL 294.38º 0.53% 0.88% -
HSV(B) 294.38º 0.13% 0.95% -
XYZ 73.94 70.13 92.86 -
YUV 221.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 238 209 241 0.01 0.13 0 0.05 294.38 0.53 0.88
Hex EE D1 F1 1 D 0 5 126 35 58
Octal 356 321 361 1 15 0 5 446 65 130
Binary 11101110 11010001 11110001 1 1101 0 101 100100110 110101 1011000

Color Harmonies of #EED1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED1F1

Black with #EED1F1

Text Example


Text Example

White with #EED1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED1F1; }

 p { color: rgb(238,209,241); }

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

background-color css

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

 a { background-color: rgb(238,209,241); }

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

border-color css

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

 span { border-color: rgb(238,209,241); }

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