Html Css Color HEX #EEDEEE Selago

📋 copy color: '#EEDEEE'

red 238 ◦ green 222 ◦ blue 238

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

Shades of Selago #EEDEEE

Tints of Selago #EEDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.81%

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

R = 34.1%
G = 31.81%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEDEEE (or 0xEEDEEE) is known color: Selago. HEX triplet: EE, DE and EE. RGB value is (238,222,238). Sum of RGB (Red+Green+Blue) = 238+222+238=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 238 (93.36% from 255 or 34.10% from 698); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEEE is #112111. Grayscale: #E4E4E4. Windows color (decimal): -1122578 or 15654638. OLE color: 15654638.

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

Color convert

RGB 238 222 238 -
CMYK 0 0.07 0 0.07
HSL 300º 0.32% 0.9% -
HSV(B) 300º 0.07% 0.93% -
XYZ 76.81 76.59 91.62 -
YUV 228.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 238 222 238 0 0.07 0 0.07 300 0.32 0.9
Hex EE DE EE 0 7 0 7 12C 20 5A
Octal 356 336 356 0 7 0 7 454 40 132
Binary 11101110 11011110 11101110 0 111 0 111 100101100 100000 1011010

Color Harmonies of #EEDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDEEE

Black with #EEDEEE

Text Example


Text Example

White with #EEDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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