#DBE6FF

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

Shades of Solitude #DBE6FF

Tints of Solitude #DBE6FF

Color information

#DBE6FF (or 0xDBE6FF) is unknown color: approx Solitude. HEX triplet: DB, E6 and FF. RGB value is (219,230,255). Sum of RGB (Red+Green+Blue) = 219+230+255=704 (93% of max value = 765). Red value is 219 (85.94% from 255 or 31.11% from 704); Green value is 230 (90.23% from 255 or 32.67% from 704); Blue value is 255 (100% from 255 or 36.22% from 704); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE6FF is #241900. Grayscale: #E5E5E5. Windows color (decimal): -2365697 or 16770779. OLE color: 16770779.

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

Color convert

RGB219230255-
CMYK0.140.1000
HSL221.67º100%92.94%-
HSV(B)221.67º14.12%100%-
XYZ75.5678.87105.85-
YUV229.56142.36120.47-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.11%
GREEN value IS 230 (90.23% from 255) = 32.67%
BLUE value IS 255 (100% from 255) = 36.22%
R=31.11%
G=32.67%
B=36.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192302550.140.1000221.6710092.94
HexDBE6FFEA00de645d
Octal333346377161200336144135
Binary11011011111001101111111111101010001101111011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6FF; }

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

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

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

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

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

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

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

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