Html Css Color HEX #EEDCEE Selago

📋 copy color: '#EEDCEE'

red 238 ◦ green 220 ◦ blue 238

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

Shades of Selago #EEDCEE

Tints of Selago #EEDCEE

RGB

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

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

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

R = 34.2%
G = 31.61%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEDCEE (or 0xEEDCEE) is known color: Selago. HEX triplet: EE, DC and EE. RGB value is (238,220,238). Sum of RGB (Red+Green+Blue) = 238+220+238=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDCEE is #112311. Grayscale: #E3E3E3. Windows color (decimal): -1123090 or 15654126. OLE color: 15654126.

HSL color Cylindrical-coordinate representation of color #EEDCEE: hue angle of 300º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDCEE is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 220 238 -
CMYK 0 0.08 0 0.07
HSL 300º 0.35% 0.9% -
HSV(B) 300º 0.08% 0.93% -
XYZ 76.29 75.54 91.45 -
YUV 227.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 238 220 238 0 0.08 0 0.07 300 0.35 0.9
Hex EE DC EE 0 8 0 7 12C 23 5A
Octal 356 334 356 0 10 0 7 454 43 132
Binary 11101110 11011100 11101110 0 1000 0 111 100101100 100011 1011010

Color Harmonies of #EEDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDCEE

Black with #EEDCEE

Text Example


Text Example

White with #EEDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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