Html Css Color HEX #EED7F1 Selago

📋 copy color: '#EED7F1'

red 238 ◦ green 215 ◦ blue 241

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

Shades of Selago #EED7F1

Tints of Selago #EED7F1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 30.98%

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

R = 34.29%
G = 30.98%
B = 34.73%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EED7F1 (or 0xEED7F1) is known color: Selago. HEX triplet: EE, D7 and F1. RGB value is (238,215,241). Sum of RGB (Red+Green+Blue) = 238+215+241=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 215 (84.38% from 255 or 30.98% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #EED7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED7F1 is #11280E. Grayscale: #E0E0E0. Windows color (decimal): -1124367 or 15849454. OLE color: 15849454.

HSL color Cylindrical-coordinate representation of color #EED7F1: hue angle of 293.08º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EED7F1 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 215 241 -
CMYK 0.01 0.11 0 0.05
HSL 293.08º 0.48% 0.89% -
HSV(B) 293.08º 0.11% 0.95% -
XYZ 75.44 73.13 93.36 -
YUV 224.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 238 215 241 0.01 0.11 0 0.05 293.08 0.48 0.89
Hex EE D7 F1 1 B 0 5 125 30 59
Octal 356 327 361 1 13 0 5 445 60 131
Binary 11101110 11010111 11110001 1 1011 0 101 100100101 110000 1011001

Color Harmonies of #EED7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED7F1

Black with #EED7F1

Text Example


Text Example

White with #EED7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED7F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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