#DBEAFA

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

Shades of Solitude #DBEAFA

Tints of Solitude #DBEAFA

Color information

#DBEAFA (or 0xDBEAFA) is unknown color: approx Solitude. HEX triplet: DB, EA and FA. RGB value is (219,234,250). Sum of RGB (Red+Green+Blue) = 219+234+250=703 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.15% from 703); Green value is 234 (91.80% from 255 or 33.29% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBEAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFA is #241505. Grayscale: #E7E7E7. Windows color (decimal): -2364678 or 16444123. OLE color: 16444123.

HSL color Cylindrical-coordinate representation of color #DBEAFA: hue angle of 210.97º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBEAFA is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219234250-
CMYK0.120.0600.02
HSL210.97º75.61%91.96%-
HSV(B)210.97º12.4%98.04%-
XYZ75.8980.81102.04-
YUV231.34138.53119.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.15%
GREEN value IS 234 (91.80% from 255) = 33.29%
BLUE value IS 250 (98.05% from 255) = 35.56%
R=31.15%
G=33.29%
B=35.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192342500.120.0600.02210.9775.6191.96
HexDBEAFAC602d34c5c
Octal33335237214602323114134
Binary11011011111010101111101011001100101101001110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAFA; }

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

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

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

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

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

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

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

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