#DBE7FE

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

Shades of Solitude #DBE7FE

Tints of Solitude #DBE7FE

Color information

#DBE7FE (or 0xDBE7FE) is unknown color: approx Solitude. HEX triplet: DB, E7 and FE. RGB value is (219,231,254). Sum of RGB (Red+Green+Blue) = 219+231+254=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 231 (90.62% from 255 or 32.81% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7FE is #241801. Grayscale: #E5E5E5. Windows color (decimal): -2365442 or 16705499. OLE color: 16705499.

HSL color Cylindrical-coordinate representation of color #DBE7FE: hue angle of 219.43º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBE7FE is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219231254-
CMYK0.140.0900.00
HSL219.43º94.59%92.75%-
HSV(B)219.43º13.78%99.61%-
XYZ75.6879.37105.1-
YUV230.03141.52120.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.11%
GREEN value IS 231 (90.62% from 255) = 32.81%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=31.11%
G=32.81%
B=36.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192312540.140.0900.00219.4394.5992.75
HexDBE7FEE900db5f5d
Octal333347376161100333137135
Binary11011011111001111111111011101001001101101110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7FE; }

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

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

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

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

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

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

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

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