#DBFFD5

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

Shades of Blue Romance #DBFFD5

Tints of Blue Romance #DBFFD5

Color information

#DBFFD5 (or 0xDBFFD5) is unknown color: approx Blue Romance. HEX triplet: DB, FF and D5. RGB value is (219,255,213). Sum of RGB (Red+Green+Blue) = 219+255+213=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 213 (83.59% from 255 or 31.00% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD5 is #24002A. Grayscale: #EFEFEF. Windows color (decimal): -2359339 or 14024667. OLE color: 14024667.

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

Color convert

RGB219255213-
CMYK0.1400.160
HSL111.43º100%91.76%-
HSV(B)111.43º16.47%100%-
XYZ76.9891.3876.53-
YUV239.45113.07113.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 213 (83.59% from 255) = 31.00%
R=31.88%
G=37.12%
B=31.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552130.1400.160111.4310091.76
HexDBFFD5E01006f645c
Octal333377325160200157144134
Binary11011011111111111101010111100100000110111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFD5; }

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

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

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

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

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

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

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

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