#EBEFF9

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

Shades of Solitude #EBEFF9

Tints of Solitude #EBEFF9

Color information

#EBEFF9 (or 0xEBEFF9) is unknown color: approx Solitude. HEX triplet: EB, EF and F9. RGB value is (235,239,249). Sum of RGB (Red+Green+Blue) = 235+239+249=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 239 (93.75% from 255 or 33.06% from 723); Blue value is 249 (97.66% from 255 or 34.44% from 723); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBEFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFF9 is #141006. Grayscale: #EEEEEE. Windows color (decimal): -1314823 or 16379883. OLE color: 16379883.

HSL color Cylindrical-coordinate representation of color #EBEFF9: hue angle of 222.86º 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 #EBEFF9 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235239249-
CMYK0.060.0400.02
HSL222.86º53.85%94.9%-
HSV(B)222.86º5.62%97.65%-
XYZ82.2386.23101.93-
YUV238.94133.67125.19-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.50%
GREEN value IS 239 (93.75% from 255) = 33.06%
BLUE value IS 249 (97.66% from 255) = 34.44%
R=32.50%
G=33.06%
B=34.44%

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
Decimal2352392490.060.0400.02222.8653.8594.9
HexEBEFF96402df365f
Octal353357371640233766137
Binary111010111110111111111001110100010110111111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFF9; }

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

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

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

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

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

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

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

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