#DBE7FB

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

Shades of Solitude #DBE7FB

Tints of Solitude #DBE7FB

Color information

#DBE7FB (or 0xDBE7FB) is unknown color: approx Solitude. HEX triplet: DB, E7 and FB. RGB value is (219,231,251). Sum of RGB (Red+Green+Blue) = 219+231+251=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 231 (90.62% from 255 or 32.95% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7FB is #241804. Grayscale: #E5E5E5. Windows color (decimal): -2365445 or 16508891. OLE color: 16508891.

HSL color Cylindrical-coordinate representation of color #DBE7FB: hue angle of 217.5º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE7FB is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219231251-
CMYK0.130.0800.02
HSL217.5º80%92.16%-
HSV(B)217.5º12.75%98.43%-
XYZ75.279.18102.59-
YUV229.69140.02120.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 231 (90.62% from 255) = 32.95%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=31.24%
G=32.95%
B=35.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192312510.130.0800.02217.58092.16
HexDBE7FBD802da505c
Octal333347373151002332120134
Binary110110111110011111111011110110000101101101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7FB; }

 p { color: rgb(219,231,251); }

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

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

 a { background-color: rgb(219,231,251); }

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

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

 span { border-color: rgb(219,231,251); }

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