Html Css Color HEX #EEE5F0 Selago

📋 copy color: '#EEE5F0'

red 238 ◦ green 229 ◦ blue 240

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

Shades of Selago #EEE5F0

Tints of Selago #EEE5F0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.39%

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

R = 33.66%
G = 32.39%
B = 33.95%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEE5F0 (or 0xEEE5F0) is known color: Selago. HEX triplet: EE, E5 and F0. RGB value is (238,229,240). Sum of RGB (Red+Green+Blue) = 238+229+240=707 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.66% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEE5F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5F0 is #111A0F. Grayscale: #E8E8E8. Windows color (decimal): -1120784 or 15787502. OLE color: 15787502.

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

Color convert

RGB 238 229 240 -
CMYK 0.01 0.05 0 0.06
HSL 289.09º 0.27% 0.92% -
HSV(B) 289.09º 0.05% 0.94% -
XYZ 79.01 80.51 93.81 -
YUV 232.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 238 229 240 0.01 0.05 0 0.06 289.09 0.27 0.92
Hex EE E5 F0 1 5 0 6 121 1B 5C
Octal 356 345 360 1 5 0 6 441 33 134
Binary 11101110 11100101 11110000 1 101 0 110 100100001 11011 1011100

Color Harmonies of #EEE5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE5F0

Black with #EEE5F0

Text Example


Text Example

White with #EEE5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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