Html Css Color HEX #EEDCF1 Selago

📋 copy color: '#EEDCF1'

red 238 ◦ green 220 ◦ blue 241

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

Shades of Selago #EEDCF1

Tints of Selago #EEDCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.47%

 BLUE value IS 241 (94.53% from 255) = 34.48%

R = 34.05%
G = 31.47%
B = 34.48%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEDCF1 (or 0xEEDCF1) is known color: Selago. HEX triplet: EE, DC and F1. RGB value is (238,220,241). Sum of RGB (Red+Green+Blue) = 238+220+241=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 241 (94.53% from 255 or 34.48% from 699); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCF1 is #11230E. Grayscale: #E3E3E3. Windows color (decimal): -1123087 or 15850734. OLE color: 15850734.

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

Color convert

RGB 238 220 241 -
CMYK 0.01 0.09 0 0.05
HSL 291.43º 0.43% 0.9% -
HSV(B) 291.43º 0.09% 0.95% -
XYZ 76.73 75.71 93.79 -
YUV 227.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 238 220 241 0.01 0.09 0 0.05 291.43 0.43 0.9
Hex EE DC F1 1 9 0 5 123 2B 5A
Octal 356 334 361 1 11 0 5 443 53 132
Binary 11101110 11011100 11110001 1 1001 0 101 100100011 101011 1011010

Color Harmonies of #EEDCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCF1

Black with #EEDCF1

Text Example


Text Example

White with #EEDCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCF1; }

 p { color: rgb(238,220,241); }

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

background-color css

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

 a { background-color: rgb(238,220,241); }

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

border-color css

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

 span { border-color: rgb(238,220,241); }

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