Html Css Color HEX #EEDFEF Selago

📋 copy color: '#EEDFEF'

red 238 ◦ green 223 ◦ blue 239

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

Shades of Selago #EEDFEF

Tints of Selago #EEDFEF

RGB

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

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

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

R = 34%
G = 31.86%
B = 34.14%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EEDFEF (or 0xEEDFEF) is known color: Selago. HEX triplet: EE, DF and EF. RGB value is (238,223,239). Sum of RGB (Red+Green+Blue) = 238+223+239=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFEF is #112010. Grayscale: #E5E5E5. Windows color (decimal): -1122321 or 15720430. OLE color: 15720430.

HSL color Cylindrical-coordinate representation of color #EEDFEF: hue angle of 296.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDFEF is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 223 239 -
CMYK 0.00 0.07 0 0.06
HSL 296.25º 0.33% 0.91% -
HSV(B) 296.25º 0.07% 0.94% -
XYZ 77.23 77.18 92.49 -
YUV 229.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 238 223 239 0.00 0.07 0 0.06 296.25 0.33 0.91
Hex EE DF EF 0 7 0 6 128 21 5B
Octal 356 337 357 0 7 0 6 450 41 133
Binary 11101110 11011111 11101111 0 111 0 110 100101000 100001 1011011

Color Harmonies of #EEDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDFEF

Black with #EEDFEF

Text Example


Text Example

White with #EEDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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