#DBFCD5

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

Shades of Blue Romance #DBFCD5

Tints of Blue Romance #DBFCD5

Color information

#DBFCD5 (or 0xDBFCD5) is unknown color: approx Blue Romance. HEX triplet: DB, FC and D5. RGB value is (219,252,213). Sum of RGB (Red+Green+Blue) = 219+252+213=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD5 is #24032A. Grayscale: #EDEDED. Windows color (decimal): -2360107 or 14023899. OLE color: 14023899.

HSL color Cylindrical-coordinate representation of color #DBFCD5: hue angle of 110.77º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFCD5 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB219252213-
CMYK0.1300.150.01
HSL110.77º86.67%91.18%-
HSV(B)110.77º15.48%98.82%-
XYZ76.0389.4876.22-
YUV237.69114.07114.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 213 (83.59% from 255) = 31.14%
R=32.02%
G=36.84%
B=31.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522130.1300.150.01110.7786.6791.18
HexDBFCD5D0F16f575b
Octal333374325150171157127133
Binary1101101111111100110101011101011111110111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCD5; }

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

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

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

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

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

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

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

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