#DBEAFF

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

Shades of Solitude #DBEAFF

Tints of Solitude #DBEAFF

Color information

#DBEAFF (or 0xDBEAFF) is unknown color: approx Solitude. HEX triplet: DB, EA and FF. RGB value is (219,234,255). Sum of RGB (Red+Green+Blue) = 219+234+255=708 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.93% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFF is #241500. Grayscale: #E7E7E7. Windows color (decimal): -2364673 or 16771803. OLE color: 16771803.

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

Color convert

RGB219234255-
CMYK0.140.0800
HSL215º100%92.94%-
HSV(B)215º14.12%100%-
XYZ76.6981.13106.22-
YUV231.91141.03118.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.93%
GREEN value IS 234 (91.80% from 255) = 33.05%
BLUE value IS 255 (100% from 255) = 36.02%
R=30.93%
G=33.05%
B=36.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192342550.140.080021510092.94
HexDBEAFFE800d7645d
Octal333352377161000327144135
Binary11011011111010101111111111101000001101011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAFF; }

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

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

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

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

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

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

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

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