#DBE5FB

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

Shades of Solitude #DBE5FB

Tints of Solitude #DBE5FB

Color information

#DBE5FB (or 0xDBE5FB) is unknown color: approx Solitude. HEX triplet: DB, E5 and FB. RGB value is (219,229,251). Sum of RGB (Red+Green+Blue) = 219+229+251=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 251 (98.44% from 255 or 35.91% from 699); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5FB is #241A04. Grayscale: #E4E4E4. Windows color (decimal): -2365957 or 16508379. OLE color: 16508379.

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

Color convert

RGB219229251-
CMYK0.130.0900.02
HSL221.25º80%92.16%-
HSV(B)221.25º12.75%98.43%-
XYZ74.6578.06102.4-
YUV228.52140.69121.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.33%
GREEN value IS 229 (89.84% from 255) = 32.76%
BLUE value IS 251 (98.44% from 255) = 35.91%
R=31.33%
G=32.76%
B=35.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192292510.130.0900.02221.258092.16
HexDBE5FBD902dd505c
Octal333345373151102335120134
Binary110110111110010111111011110110010101101110110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5FB; }

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

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

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

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

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

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

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

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