#EBEFFC

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

Shades of Solitude #EBEFFC

Tints of Solitude #EBEFFC

Color information

#EBEFFC (or 0xEBEFFC) is unknown color: approx Solitude. HEX triplet: EB, EF and FC. RGB value is (235,239,252). Sum of RGB (Red+Green+Blue) = 235+239+252=726 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.37% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEFFC is #141003. Grayscale: #EFEFEF. Windows color (decimal): -1314820 or 16576491. OLE color: 16576491.

HSL color Cylindrical-coordinate representation of color #EBEFFC: hue angle of 225.88º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEFFC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235239252-
CMYK0.070.0500.01
HSL225.88º73.91%95.49%-
HSV(B)225.88º6.75%98.82%-
XYZ82.786.42104.42-
YUV239.29135.17124.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.37%
GREEN value IS 239 (93.75% from 255) = 32.92%
BLUE value IS 252 (98.83% from 255) = 34.71%
R=32.37%
G=32.92%
B=34.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352392520.070.0500.01225.8873.9195.49
HexEBEFFC7501e24a5f
Octal3533573747501342112137
Binary111010111110111111111100111101011110001010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFFC; }

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

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

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

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

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

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

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

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