#DBEAFE

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

Shades of Solitude #DBEAFE

Tints of Solitude #DBEAFE

Color information

#DBEAFE (or 0xDBEAFE) is unknown color: approx Solitude. HEX triplet: DB, EA and FE. RGB value is (219,234,254). Sum of RGB (Red+Green+Blue) = 219+234+254=707 (93% of max value = 765). Red value is 219 (85.94% from 255 or 30.98% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #DBEAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEAFE is #241501. Grayscale: #E7E7E7. Windows color (decimal): -2364674 or 16706267. OLE color: 16706267.

HSL color Cylindrical-coordinate representation of color #DBEAFE: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEAFE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB219234254-
CMYK0.140.0800.00
HSL214.29º94.59%92.75%-
HSV(B)214.29º13.78%99.61%-
XYZ76.5381.06105.38-
YUV231.8140.53118.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 30.98%
GREEN value IS 234 (91.80% from 255) = 33.10%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=30.98%
G=33.10%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192342540.140.0800.00214.2994.5992.75
HexDBEAFEE800d65f5d
Octal333352376161000326137135
Binary11011011111010101111111011101000001101011010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAFE; }

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

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

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

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

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

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

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

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