Html Css Color HEX #EED5F2 Selago

📋 copy color: '#EED5F2'

red 238 ◦ green 213 ◦ blue 242

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

Shades of Selago #EED5F2

Tints of Selago #EED5F2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 30.74%

 BLUE value IS 242 (94.92% from 255) = 34.92%

R = 34.34%
G = 30.74%
B = 34.92%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EED5F2 (or 0xEED5F2) is known color: Selago. HEX triplet: EE, D5 and F2. RGB value is (238,213,242). Sum of RGB (Red+Green+Blue) = 238+213+242=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 213 (83.59% from 255 or 30.74% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #EED5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EED5F2 is #112A0D. Grayscale: #DFDFDF. Windows color (decimal): -1124878 or 15914478. OLE color: 15914478.

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

Color convert

RGB 238 213 242 -
CMYK 0.02 0.12 0 0.05
HSL 291.72º 0.53% 0.89% -
HSV(B) 291.72º 0.12% 0.95% -
XYZ 75.08 72.18 93.98 -
YUV 223.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 238 213 242 0.02 0.12 0 0.05 291.72 0.53 0.89
Hex EE D5 F2 2 C 0 5 124 35 59
Octal 356 325 362 2 14 0 5 444 65 131
Binary 11101110 11010101 11110010 10 1100 0 101 100100100 110101 1011001

Color Harmonies of #EED5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED5F2

Black with #EED5F2

Text Example


Text Example

White with #EED5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED5F2; }

 p { color: rgb(238,213,242); }

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

background-color css

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

 a { background-color: rgb(238,213,242); }

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

border-color css

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

 span { border-color: rgb(238,213,242); }

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