#DBE7FA

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

Shades of Solitude #DBE7FA

Tints of Solitude #DBE7FA

Color information

#DBE7FA (or 0xDBE7FA) is unknown color: approx Solitude. HEX triplet: DB, E7 and FA. RGB value is (219,231,250). Sum of RGB (Red+Green+Blue) = 219+231+250=700 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.29% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 250 (98.05% from 255 or 35.71% from 700); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7FA is #241805. Grayscale: #E5E5E5. Windows color (decimal): -2365446 or 16443355. OLE color: 16443355.

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

Color convert

RGB219231250-
CMYK0.120.0800.02
HSL216.77º75.61%91.96%-
HSV(B)216.77º12.4%98.04%-
XYZ75.0479.11101.76-
YUV229.58139.52120.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.29%
GREEN value IS 231 (90.62% from 255) = 33%
BLUE value IS 250 (98.05% from 255) = 35.71%
R=31.29%
G=33%
B=35.71%

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
Decimal2192312500.120.0800.02216.7775.6191.96
HexDBE7FAC802d94c5c
Octal333347372141002331114134
Binary110110111110011111111010110010000101101100110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7FA; }

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

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

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

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

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

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

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

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