Html Css Color HEX #EEDCEF Selago

📋 copy color: '#EEDCEF'

red 238 ◦ green 220 ◦ blue 239

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

Shades of Selago #EEDCEF

Tints of Selago #EEDCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.29%

R = 34.15%
G = 31.56%
B = 34.29%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEDCEF (or 0xEEDCEF) is known color: Selago. HEX triplet: EE, DC and EF. RGB value is (238,220,239). Sum of RGB (Red+Green+Blue) = 238+220+239=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCEF is #112310. Grayscale: #E3E3E3. Windows color (decimal): -1123089 or 15719662. OLE color: 15719662.

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

Color convert

RGB 238 220 239 -
CMYK 0.00 0.08 0 0.06
HSL 296.84º 0.37% 0.9% -
HSV(B) 296.84º 0.08% 0.94% -
XYZ 76.43 75.6 92.22 -
YUV 227.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 238 220 239 0.00 0.08 0 0.06 296.84 0.37 0.9
Hex EE DC EF 0 8 0 6 129 25 5A
Octal 356 334 357 0 10 0 6 451 45 132
Binary 11101110 11011100 11101111 0 1000 0 110 100101001 100101 1011010

Color Harmonies of #EEDCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCEF

Black with #EEDCEF

Text Example


Text Example

White with #EEDCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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