#DBE5FE

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

Shades of Solitude #DBE5FE

Tints of Solitude #DBE5FE

Color information

#DBE5FE (or 0xDBE5FE) is unknown color: approx Solitude. HEX triplet: DB, E5 and FE. RGB value is (219,229,254). Sum of RGB (Red+Green+Blue) = 219+229+254=702 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.20% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE5FE is #241A01. Grayscale: #E4E4E4. Windows color (decimal): -2365954 or 16704987. OLE color: 16704987.

HSL color Cylindrical-coordinate representation of color #DBE5FE: hue angle of 222.86º 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 #DBE5FE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219229254-
CMYK0.140.1000.00
HSL222.86º94.59%92.75%-
HSV(B)222.86º13.78%99.61%-
XYZ75.1278.25104.91-
YUV228.86142.19120.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.20%
GREEN value IS 229 (89.84% from 255) = 32.62%
BLUE value IS 254 (99.61% from 255) = 36.18%
R=31.20%
G=32.62%
B=36.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192292540.140.1000.00222.8694.5992.75
HexDBE5FEEA00df5f5d
Octal333345376161200337137135
Binary11011011111001011111111011101010001101111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5FE; }

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

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

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

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

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

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

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

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