#DBE9FF

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

Shades of Solitude #DBE9FF

Tints of Solitude #DBE9FF

Color information

#DBE9FF (or 0xDBE9FF) is unknown color: approx Solitude. HEX triplet: DB, E9 and FF. RGB value is (219,233,255). Sum of RGB (Red+Green+Blue) = 219+233+255=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBE9FF is #241600. Grayscale: #E7E7E7. Windows color (decimal): -2364929 or 16771547. OLE color: 16771547.

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

Color convert

RGB219233255-
CMYK0.140.0900
HSL216.67º100%92.94%-
HSV(B)216.67º14.12%100%-
XYZ76.480.56106.13-
YUV231.32141.36119.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.98%
GREEN value IS 233 (91.41% from 255) = 32.96%
BLUE value IS 255 (100% from 255) = 36.07%
R=30.98%
G=32.96%
B=36.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192332550.140.0900216.6710092.94
HexDBE9FFE900d9645d
Octal333351377161100331144135
Binary11011011111010011111111111101001001101100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9FF; }

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

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

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

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

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

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

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

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