#EFDCEF

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

Shades of Selago #EFDCEF

Tints of Selago #EFDCEF

Color information

#EFDCEF (or 0xEFDCEF) is unknown color: approx Selago. HEX triplet: EF, DC and EF. RGB value is (239,220,239). Sum of RGB (Red+Green+Blue) = 239+220+239=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 220 (86.33% from 255 or 31.52% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EFDCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCEF is #102310. Grayscale: #E3E3E3. Windows color (decimal): -1057553 or 15719663. OLE color: 15719663.

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

Color convert

RGB239220239-
CMYK00.0800.06
HSL300º37.25%90%-
HSV(B)300º7.95%93.73%-
XYZ76.7775.7792.24-
YUV227.85134.29135.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 220 (86.33% from 255) = 31.52%
BLUE value IS 239 (93.75% from 255) = 34.24%
R=34.24%
G=31.52%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922023900.0800.0630037.2590
HexEFDCEF080612c255a
Octal3573343570100645445132
Binary1110111111011100111011110100001101001011001001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCEF; }

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

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

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

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

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

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

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

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