Html Css Color HEX #EEDAF0 Selago

📋 copy color: '#EEDAF0'

red 238 ◦ green 218 ◦ blue 240

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

Shades of Selago #EEDAF0

Tints of Selago #EEDAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.32%

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

R = 34.2%
G = 31.32%
B = 34.48%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEDAF0 (or 0xEEDAF0) is known color: Selago. HEX triplet: EE, DA and F0. RGB value is (238,218,240). Sum of RGB (Red+Green+Blue) = 238+218+240=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEDAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF0 is #11250F. Grayscale: #E2E2E2. Windows color (decimal): -1123600 or 15784686. OLE color: 15784686.

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

Color convert

RGB 238 218 240 -
CMYK 0.01 0.09 0 0.06
HSL 294.55º 0.42% 0.9% -
HSV(B) 294.55º 0.09% 0.94% -
XYZ 76.06 74.61 92.83 -
YUV 226.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 238 218 240 0.01 0.09 0 0.06 294.55 0.42 0.9
Hex EE DA F0 1 9 0 6 127 2A 5A
Octal 356 332 360 1 11 0 6 447 52 132
Binary 11101110 11011010 11110000 1 1001 0 110 100100111 101010 1011010

Color Harmonies of #EEDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAF0

Black with #EEDAF0

Text Example


Text Example

White with #EEDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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