#EFDCF0

Color #EFDCF0 Selago (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selago #EFDCF0

Tints of Selago #EFDCF0

Color information

#EFDCF0 (or 0xEFDCF0) is unknown color: approx Selago. HEX triplet: EF, DC and F0. RGB value is (239,220,240). Sum of RGB (Red+Green+Blue) = 239+220+240=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 220 (86.33% from 255 or 31.47% from 699); Blue value is 240 (94.14% from 255 or 34.33% from 699); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCF0 is #10230F. Grayscale: #E3E3E3. Windows color (decimal): -1057552 or 15785199. OLE color: 15785199.

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

Color convert

RGB239220240-
CMYK0.000.0800.06
HSL297º40%90.2%-
HSV(B)297º8.33%94.12%-
XYZ76.9275.8393.02-
YUV227.96134.79135.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.19%
GREEN value IS 220 (86.33% from 255) = 31.47%
BLUE value IS 240 (94.14% from 255) = 34.33%
R=34.19%
G=31.47%
B=34.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392202400.000.0800.062974090.2
HexEFDCF00806129285a
Octal3573343600100645150132
Binary1110111111011100111100000100001101001010011010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCF0; }

 p { color: rgb(239,220,240); }

 H1.HeaderClassName
 {
   color: #EFDCF0;
 }
 .AnyTagClassName
 {
   color: #EFDCF0;
 }
</style>
background-color css

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

 a { background-color: rgb(239,220,240); }

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

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

 span { border-color: rgb(239,220,240); }

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