#DBE9FD

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

Shades of Solitude #DBE9FD

Tints of Solitude #DBE9FD

Color information

#DBE9FD (or 0xDBE9FD) is unknown color: approx Solitude. HEX triplet: DB, E9 and FD. RGB value is (219,233,253). Sum of RGB (Red+Green+Blue) = 219+233+253=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE9FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9FD is #241602. Grayscale: #E7E7E7. Windows color (decimal): -2364931 or 16640475. OLE color: 16640475.

HSL color Cylindrical-coordinate representation of color #DBE9FD: hue angle of 215.29º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE9FD is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB219233253-
CMYK0.130.0800.01
HSL215.29º89.47%92.55%-
HSV(B)215.29º13.44%99.22%-
XYZ76.0880.43104.44-
YUV231.09140.36119.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.06%
GREEN value IS 233 (91.41% from 255) = 33.05%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=31.06%
G=33.05%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192332530.130.0800.01215.2989.4792.55
HexDBE9FDD801d7595d
Octal333351375151001327131135
Binary11011011111010011111110111011000011101011110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9FD; }

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

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

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

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

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

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

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

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