Html Css Color HEX #EEDFEE Selago

📋 copy color: '#EEDFEE'

red 238 ◦ green 223 ◦ blue 238

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

Shades of Selago #EEDFEE

Tints of Selago #EEDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.9%

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

R = 34.05%
G = 31.9%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EEDFEE (or 0xEEDFEE) is known color: Selago. HEX triplet: EE, DF and EE. RGB value is (238,223,238). Sum of RGB (Red+Green+Blue) = 238+223+238=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 223 (87.5% from 255 or 31.90% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EEDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEE is #112011. Grayscale: #E5E5E5. Windows color (decimal): -1122322 or 15654894. OLE color: 15654894.

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

Color convert

RGB 238 223 238 -
CMYK 0 0.06 0 0.07
HSL 300º 0.31% 0.9% -
HSV(B) 300º 0.06% 0.93% -
XYZ 77.08 77.13 91.71 -
YUV 229.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 238 223 238 0 0.06 0 0.07 300 0.31 0.9
Hex EE DF EE 0 6 0 7 12C 1F 5A
Octal 356 337 356 0 6 0 7 454 37 132
Binary 11101110 11011111 11101110 0 110 0 111 100101100 11111 1011010

Color Harmonies of #EEDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFEE

Black with #EEDFEE

Text Example


Text Example

White with #EEDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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