Html Css Color HEX #EEE1F0 Selago

📋 copy color: '#EEE1F0'

red 238 ◦ green 225 ◦ blue 240

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

Shades of Selago #EEE1F0

Tints of Selago #EEE1F0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.01%

 BLUE value IS 240 (94.14% from 255) = 34.14%

R = 33.85%
G = 32.01%
B = 34.14%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEE1F0 (or 0xEEE1F0) is known color: Selago. HEX triplet: EE, E1 and F0. RGB value is (238,225,240). Sum of RGB (Red+Green+Blue) = 238+225+240=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 225 (88.28% from 255 or 32.01% from 703); Blue value is 240 (94.14% from 255 or 34.14% from 703); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEE1F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1F0 is #111E0F. Grayscale: #E6E6E6. Windows color (decimal): -1121808 or 15786478. OLE color: 15786478.

HSL color Cylindrical-coordinate representation of color #EEE1F0: hue angle of 292º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE1F0 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 225 240 -
CMYK 0.01 0.06 0 0.06
HSL 292º 0.33% 0.91% -
HSV(B) 292º 0.06% 0.94% -
XYZ 77.91 78.32 93.45 -
YUV 230.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 238 225 240 0.01 0.06 0 0.06 292 0.33 0.91
Hex EE E1 F0 1 6 0 6 124 21 5B
Octal 356 341 360 1 6 0 6 444 41 133
Binary 11101110 11100001 11110000 1 110 0 110 100100100 100001 1011011

Color Harmonies of #EEE1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE1F0

Black with #EEE1F0

Text Example


Text Example

White with #EEE1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE1F0; }

 p { color: rgb(238,225,240); }

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

background-color css

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

 a { background-color: rgb(238,225,240); }

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

border-color css

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

 span { border-color: rgb(238,225,240); }

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