#EFDDF0

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

Shades of Selago #EFDDF0

Tints of Selago #EFDDF0

Color information

#EFDDF0 (or 0xEFDDF0) is unknown color: approx Selago. HEX triplet: EF, DD and F0. RGB value is (239,221,240). Sum of RGB (Red+Green+Blue) = 239+221+240=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 240 (94.14% from 255 or 34.29% from 700); Max value from RGB is 240 - color contains mainly: blue. Hex color #EFDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF0 is #10220F. Grayscale: #E4E4E4. Windows color (decimal): -1057296 or 15785455. OLE color: 15785455.

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

Color convert

RGB239221240-
CMYK0.000.0800.06
HSL296.84º38.78%90.39%-
HSV(B)296.84º7.92%94.12%-
XYZ77.1876.3593.11-
YUV228.55134.46135.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.14%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 240 (94.14% from 255) = 34.29%
R=34.14%
G=31.57%
B=34.29%

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
Decimal2392212400.000.0800.06296.8438.7890.39
HexEFDDF00806129275a
Octal3573353600100645147132
Binary1110111111011101111100000100001101001010011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDF0; }

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

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

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

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

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

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

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

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