#DBE8FA

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

Shades of Solitude #DBE8FA

Tints of Solitude #DBE8FA

Color information

#DBE8FA (or 0xDBE8FA) is unknown color: approx Solitude. HEX triplet: DB, E8 and FA. RGB value is (219,232,250). Sum of RGB (Red+Green+Blue) = 219+232+250=701 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.24% from 701); Green value is 232 (91.02% from 255 or 33.10% from 701); Blue value is 250 (98.05% from 255 or 35.66% from 701); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE8FA is #241705. Grayscale: #E6E6E6. Windows color (decimal): -2365190 or 16443611. OLE color: 16443611.

HSL color Cylindrical-coordinate representation of color #DBE8FA: hue angle of 214.84º 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 #DBE8FA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219232250-
CMYK0.120.0700.02
HSL214.84º75.61%91.96%-
HSV(B)214.84º12.4%98.04%-
XYZ75.3379.68101.85-
YUV230.16139.19120.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.24%
GREEN value IS 232 (91.02% from 255) = 33.10%
BLUE value IS 250 (98.05% from 255) = 35.66%
R=31.24%
G=33.10%
B=35.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192322500.120.0700.02214.8475.6191.96
HexDBE8FAC702d74c5c
Octal33335037214702327114134
Binary11011011111010001111101011001110101101011110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8FA; }

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

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

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

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

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

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

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

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