#DBE6FA

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

Shades of Solitude #DBE6FA

Tints of Solitude #DBE6FA

Color information

#DBE6FA (or 0xDBE6FA) is unknown color: approx Solitude. HEX triplet: DB, E6 and FA. RGB value is (219,230,250). Sum of RGB (Red+Green+Blue) = 219+230+250=699 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.33% from 699); Green value is 230 (90.23% from 255 or 32.90% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6FA is #241905. Grayscale: #E4E4E4. Windows color (decimal): -2365702 or 16443099. OLE color: 16443099.

HSL color Cylindrical-coordinate representation of color #DBE6FA: hue angle of 218.71º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBE6FA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219230250-
CMYK0.120.0800.02
HSL218.71º75.61%91.96%-
HSV(B)218.71º12.4%98.04%-
XYZ74.7778.56101.66-
YUV228.99139.86120.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.33%
GREEN value IS 230 (90.23% from 255) = 32.90%
BLUE value IS 250 (98.05% from 255) = 35.77%
R=31.33%
G=32.90%
B=35.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192302500.120.0800.02218.7175.6191.96
HexDBE6FAC802db4c5c
Octal333346372141002333114134
Binary110110111110011011111010110010000101101101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6FA; }

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

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

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

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

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

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

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

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