#DBE9FB

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

Shades of Solitude #DBE9FB

Tints of Solitude #DBE9FB

Color information

#DBE9FB (or 0xDBE9FB) is unknown color: approx Solitude. HEX triplet: DB, E9 and FB. RGB value is (219,233,251). Sum of RGB (Red+Green+Blue) = 219+233+251=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #DBE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9FB is #241604. Grayscale: #E6E6E6. Windows color (decimal): -2364933 or 16509403. OLE color: 16509403.

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

Color convert

RGB219233251-
CMYK0.130.0700.02
HSL213.75º80%92.16%-
HSV(B)213.75º12.75%98.43%-
XYZ75.7680.3102.77-
YUV230.87139.36119.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.15%
GREEN value IS 233 (91.41% from 255) = 33.14%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=31.15%
G=33.14%
B=35.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192332510.130.0700.02213.758092.16
HexDBE9FBD702d6505c
Octal33335137315702326120134
Binary11011011111010011111101111011110101101011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9FB; }

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

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

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

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

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

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

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

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