#EFDBF0

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

Shades of Selago #EFDBF0

Tints of Selago #EFDBF0

Color information

#EFDBF0 (or 0xEFDBF0) is unknown color: approx Selago. HEX triplet: EF, DB and F0. RGB value is (239,219,240). Sum of RGB (Red+Green+Blue) = 239+219+240=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 219 (85.94% from 255 or 31.38% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDBF0 is #10240F. Grayscale: #E3E3E3. Windows color (decimal): -1057808 or 15784943. OLE color: 15784943.

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

Color convert

RGB239219240-
CMYK0.000.0900.06
HSL297.14º41.18%90%-
HSV(B)297.14º8.75%94.12%-
XYZ76.6675.3192.93-
YUV227.37135.13136.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 219 (85.94% from 255) = 31.38%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=34.24%
G=31.38%
B=34.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392192400.000.0900.06297.1441.1890
HexEFDBF00906129295a
Octal3573333600110645151132
Binary1110111111011011111100000100101101001010011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDBF0; }

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

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

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

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

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

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

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

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