#DBE6FD

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

Shades of Solitude #DBE6FD

Tints of Solitude #DBE6FD

Color information

#DBE6FD (or 0xDBE6FD) is unknown color: approx Solitude. HEX triplet: DB, E6 and FD. RGB value is (219,230,253). Sum of RGB (Red+Green+Blue) = 219+230+253=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #DBE6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6FD is #241902. Grayscale: #E5E5E5. Windows color (decimal): -2365699 or 16639707. OLE color: 16639707.

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

Color convert

RGB219230253-
CMYK0.130.0900.01
HSL220.59º89.47%92.55%-
HSV(B)220.59º13.44%99.22%-
XYZ75.2478.75104.16-
YUV229.33141.36120.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 230 (90.23% from 255) = 32.76%
BLUE value IS 253 (99.22% from 255) = 36.04%
R=31.20%
G=32.76%
B=36.04%

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
Decimal2192302530.130.0900.01220.5989.4792.55
HexDBE6FDD901dd595d
Octal333346375151101335131135
Binary11011011111001101111110111011001011101110110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6FD; }

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

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

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

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

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

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

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

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