#DBE7FF

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

Shades of Solitude #DBE7FF

Tints of Solitude #DBE7FF

Color information

#DBE7FF (or 0xDBE7FF) is unknown color: approx Solitude. HEX triplet: DB, E7 and FF. RGB value is (219,231,255). Sum of RGB (Red+Green+Blue) = 219+231+255=705 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.06% from 705); Green value is 231 (90.62% from 255 or 32.77% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE7FF is #241800. Grayscale: #E6E6E6. Windows color (decimal): -2365441 or 16771035. OLE color: 16771035.

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

Color convert

RGB219231255-
CMYK0.140.0900
HSL220º100%92.94%-
HSV(B)220º14.12%100%-
XYZ75.8479.43105.94-
YUV230.15142.02120.05-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.06%
GREEN value IS 231 (90.62% from 255) = 32.77%
BLUE value IS 255 (100% from 255) = 36.17%
R=31.06%
G=32.77%
B=36.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192312550.140.090022010092.94
HexDBE7FFE900dc645d
Octal333347377161100334144135
Binary11011011111001111111111111101001001101110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7FF; }

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

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

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

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

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

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

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

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