#DBE8FF

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

Shades of Solitude #DBE8FF

Tints of Solitude #DBE8FF

Color information

#DBE8FF (or 0xDBE8FF) is unknown color: approx Solitude. HEX triplet: DB, E8 and FF. RGB value is (219,232,255). Sum of RGB (Red+Green+Blue) = 219+232+255=706 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.02% from 706); Green value is 232 (91.02% from 255 or 32.86% from 706); Blue value is 255 (100% from 255 or 36.12% from 706); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8FF is #241700. Grayscale: #E6E6E6. Windows color (decimal): -2365185 or 16771291. OLE color: 16771291.

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

Color convert

RGB219232255-
CMYK0.140.0900
HSL218.33º100%92.94%-
HSV(B)218.33º14.12%100%-
XYZ76.1279.99106.04-
YUV230.74141.69119.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.02%
GREEN value IS 232 (91.02% from 255) = 32.86%
BLUE value IS 255 (100% from 255) = 36.12%
R=31.02%
G=32.86%
B=36.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192322550.140.0900218.3310092.94
HexDBE8FFE900da645d
Octal333350377161100332144135
Binary11011011111010001111111111101001001101101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8FF; }

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

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

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

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

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

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

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

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