#ECEFFB

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

Shades of Solitude #ECEFFB

Tints of Solitude #ECEFFB

Color information

#ECEFFB (or 0xECEFFB) is unknown color: approx Solitude. HEX triplet: EC, EF and FB. RGB value is (236,239,251). Sum of RGB (Red+Green+Blue) = 236+239+251=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFFB is #131004. Grayscale: #EFEFEF. Windows color (decimal): -1249285 or 16510956. OLE color: 16510956.

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

Color convert

RGB236239251-
CMYK0.060.0500.02
HSL228º65.22%95.49%-
HSV(B)228º5.98%98.43%-
XYZ82.8786.53103.6-
YUV239.47134.51125.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.51%
GREEN value IS 239 (93.75% from 255) = 32.92%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=32.51%
G=32.92%
B=34.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362392510.060.0500.0222865.2295.49
HexECEFFB6502e4415f
Octal3543573736502344101137
Binary1110110011101111111110111101010101110010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECEFFB; }

 p { color: rgb(236,239,251); }

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

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

 a { background-color: rgb(236,239,251); }

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

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

 span { border-color: rgb(236,239,251); }

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