Html Css Color HEX #EEDAF2 Selago

📋 copy color: '#EEDAF2'

red 238 ◦ green 218 ◦ blue 242

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

Shades of Selago #EEDAF2

Tints of Selago #EEDAF2

RGB

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

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

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

R = 34.1%
G = 31.23%
B = 34.67%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEDAF2 (or 0xEEDAF2) is known color: Selago. HEX triplet: EE, DA and F2. RGB value is (238,218,242). Sum of RGB (Red+Green+Blue) = 238+218+242=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEDAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDAF2 is #11250D. Grayscale: #E2E2E2. Windows color (decimal): -1123598 or 15915758. OLE color: 15915758.

HSL color Cylindrical-coordinate representation of color #EEDAF2: hue angle of 290º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEDAF2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 218 242 -
CMYK 0.02 0.10 0 0.05
HSL 290º 0.48% 0.9% -
HSV(B) 290º 0.1% 0.95% -
XYZ 76.36 74.73 94.4 -
YUV 226.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 238 218 242 0.02 0.10 0 0.05 290 0.48 0.9
Hex EE DA F2 2 A 0 5 122 30 5A
Octal 356 332 362 2 12 0 5 442 60 132
Binary 11101110 11011010 11110010 10 1010 0 101 100100010 110000 1011010

Color Harmonies of #EEDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDAF2

Black with #EEDAF2

Text Example


Text Example

White with #EEDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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