#DBFAD5

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

Shades of Blue Romance #DBFAD5

Tints of Blue Romance #DBFAD5

Color information

#DBFAD5 (or 0xDBFAD5) is unknown color: approx Blue Romance. HEX triplet: DB, FA and D5. RGB value is (219,250,213). Sum of RGB (Red+Green+Blue) = 219+250+213=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 213 (83.59% from 255 or 31.23% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAD5 is #24052A. Grayscale: #ECECEC. Windows color (decimal): -2360619 or 14023387. OLE color: 14023387.

HSL color Cylindrical-coordinate representation of color #DBFAD5: hue angle of 110.27º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFAD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB219250213-
CMYK0.1200.150.02
HSL110.27º78.72%90.78%-
HSV(B)110.27º14.8%98.04%-
XYZ75.4188.2476.01-
YUV236.51114.73115.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 213 (83.59% from 255) = 31.23%
R=32.11%
G=36.66%
B=31.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502130.1200.150.02110.2778.7290.78
HexDBFAD5C0F26e4f5b
Octal333372325140172156117133
Binary11011011111110101101010111000111110110111010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAD5; }

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

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

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

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

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

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

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

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