#DBFCD1

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

Shades of Blue Romance #DBFCD1

Tints of Blue Romance #DBFCD1

Color information

#DBFCD1 (or 0xDBFCD1) is unknown color: approx Blue Romance. HEX triplet: DB, FC and D1. RGB value is (219,252,209). Sum of RGB (Red+Green+Blue) = 219+252+209=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 209 (82.03% from 255 or 30.74% from 680); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCD1 is #24032E. Grayscale: #EDEDED. Windows color (decimal): -2360111 or 13761755. OLE color: 13761755.

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

Color convert

RGB219252209-
CMYK0.1300.170.01
HSL106.05º87.76%90.39%-
HSV(B)106.05º17.06%98.82%-
XYZ75.5389.2873.57-
YUV237.23112.07115-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 209 (82.03% from 255) = 30.74%
R=32.21%
G=37.06%
B=30.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522090.1300.170.01106.0587.7690.39
HexDBFCD1D01116a585a
Octal333374321150211152130132
Binary11011011111111001101000111010100011110101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCD1; }

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

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

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

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

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

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

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

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