#DBEBFF

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

Shades of Solitude #DBEBFF

Tints of Solitude #DBEBFF

Color information

#DBEBFF (or 0xDBEBFF) is unknown color: approx Solitude. HEX triplet: DB, EB and FF. RGB value is (219,235,255). Sum of RGB (Red+Green+Blue) = 219+235+255=709 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.89% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBEBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEBFF is #241400. Grayscale: #E8E8E8. Windows color (decimal): -2364417 or 16772059. OLE color: 16772059.

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

Color convert

RGB219235255-
CMYK0.140.0800
HSL213.33º100%92.94%-
HSV(B)213.33º14.12%100%-
XYZ76.9781.7106.32-
YUV232.5140.7118.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.89%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 255 (100% from 255) = 35.97%
R=30.89%
G=33.15%
B=35.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192352550.140.0800213.3310092.94
HexDBEBFFE800d5645d
Octal333353377161000325144135
Binary11011011111010111111111111101000001101010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBFF; }

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

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

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

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

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

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

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

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