Html Css Color HEX #EEDDEF Selago

📋 copy color: '#EEDDEF'

red 238 ◦ green 221 ◦ blue 239

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

Shades of Selago #EEDDEF

Tints of Selago #EEDDEF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.66%

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

R = 34.1%
G = 31.66%
B = 34.24%

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

#EEDDEF (or 0xEEDDEF) is known color: Selago. HEX triplet: EE, DD and EF. RGB value is (238,221,239). Sum of RGB (Red+Green+Blue) = 238+221+239=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDDEF is #112210. Grayscale: #E4E4E4. Windows color (decimal): -1122833 or 15719918. OLE color: 15719918.

HSL color Cylindrical-coordinate representation of color #EEDDEF: hue angle of 296.67º degrees, saturation: 0.36, 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 #EEDDEF is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 221 239 -
CMYK 0.00 0.08 0 0.06
HSL 296.67º 0.36% 0.9% -
HSV(B) 296.67º 0.08% 0.94% -
XYZ 76.7 76.12 92.31 -
YUV 228.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 238 221 239 0.00 0.08 0 0.06 296.67 0.36 0.9
Hex EE DD EF 0 8 0 6 129 24 5A
Octal 356 335 357 0 10 0 6 451 44 132
Binary 11101110 11011101 11101111 0 1000 0 110 100101001 100100 1011010

Color Harmonies of #EEDDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDDEF

Black with #EEDDEF

Text Example


Text Example

White with #EEDDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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