#EBEEF9

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

Shades of Solitude #EBEEF9

Tints of Solitude #EBEEF9

Color information

#EBEEF9 (or 0xEBEEF9) is unknown color: approx Solitude. HEX triplet: EB, EE and F9. RGB value is (235,238,249). Sum of RGB (Red+Green+Blue) = 235+238+249=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBEEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEF9 is #141106. Grayscale: #EEEEEE. Windows color (decimal): -1315079 or 16379627. OLE color: 16379627.

HSL color Cylindrical-coordinate representation of color #EBEEF9: hue angle of 227.14º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEEF9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235238249-
CMYK0.060.0400.02
HSL227.14º53.85%94.9%-
HSV(B)227.14º5.62%97.65%-
XYZ81.9385.65101.84-
YUV238.36134.01125.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 238 (93.36% from 255) = 32.96%
BLUE value IS 249 (97.66% from 255) = 34.49%
R=32.55%
G=32.96%
B=34.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352382490.060.0400.02227.1453.8594.9
HexEBEEF96402e3365f
Octal353356371640234366137
Binary111010111110111011111001110100010111000111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEF9; }

 p { color: rgb(235,238,249); }

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

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

 a { background-color: rgb(235,238,249); }

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

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

 span { border-color: rgb(235,238,249); }

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