#DBE5FD

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

Shades of Solitude #DBE5FD

Tints of Solitude #DBE5FD

Color information

#DBE5FD (or 0xDBE5FD) is unknown color: approx Solitude. HEX triplet: DB, E5 and FD. RGB value is (219,229,253). Sum of RGB (Red+Green+Blue) = 219+229+253=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 229 (89.84% from 255 or 32.67% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5FD is #241A02. Grayscale: #E4E4E4. Windows color (decimal): -2365955 or 16639451. OLE color: 16639451.

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

Color convert

RGB219229253-
CMYK0.130.0900.01
HSL222.35º89.47%92.55%-
HSV(B)222.35º13.44%99.22%-
XYZ74.9678.19104.07-
YUV228.75141.69121.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 229 (89.84% from 255) = 32.67%
BLUE value IS 253 (99.22% from 255) = 36.09%
R=31.24%
G=32.67%
B=36.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192292530.130.0900.01222.3589.4792.55
HexDBE5FDD901de595d
Octal333345375151101336131135
Binary11011011111001011111110111011001011101111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5FD; }

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

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

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

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

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

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

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

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