Html Css Color HEX #EEDFED Selago

📋 copy color: '#EEDFED'

red 238 ◦ green 223 ◦ blue 237

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

Shades of Selago #EEDFED

Tints of Selago #EEDFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.95%

R = 34.1%
G = 31.95%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EEDFED (or 0xEEDFED) is known color: Selago. HEX triplet: EE, DF and ED. RGB value is (238,223,237). Sum of RGB (Red+Green+Blue) = 238+223+237=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFED is #112012. Grayscale: #E5E5E5. Windows color (decimal): -1122323 or 15589358. OLE color: 15589358.

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

Color convert

RGB 238 223 237 -
CMYK 0 0.06 0.00 0.07
HSL 304º 0.31% 0.9% -
HSV(B) 304º 0.06% 0.93% -
XYZ 76.93 77.07 90.94 -
YUV 229.08 132.47 134.36 -
System Red Green Blue C M Y K H S L
Decimal 238 223 237 0 0.06 0.00 0.07 304 0.31 0.9
Hex EE DF ED 0 6 0 7 130 1F 5A
Octal 356 337 355 0 6 0 7 460 37 132
Binary 11101110 11011111 11101101 0 110 0 111 100110000 11111 1011010

Color Harmonies of #EEDFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFED

Black with #EEDFED

Text Example


Text Example

White with #EEDFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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