#DBFAD4

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

Shades of Blue Romance #DBFAD4

Tints of Blue Romance #DBFAD4

Color information

#DBFAD4 (or 0xDBFAD4) is unknown color: approx Blue Romance. HEX triplet: DB, FA and D4. RGB value is (219,250,212). Sum of RGB (Red+Green+Blue) = 219+250+212=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAD4 is #24052B. Grayscale: #ECECEC. Windows color (decimal): -2360620 or 13957851. OLE color: 13957851.

HSL color Cylindrical-coordinate representation of color #DBFAD4: hue angle of 108.95º 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 #DBFAD4 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB219250212-
CMYK0.1200.150.02
HSL108.95º79.17%90.59%-
HSV(B)108.95º15.2%98.04%-
XYZ75.2888.1875.34-
YUV236.4114.23115.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 212 (83.20% from 255) = 31.13%
R=32.16%
G=36.71%
B=31.13%

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
Decimal2192502120.1200.150.02108.9579.1790.59
HexDBFAD4C0F26d4f5b
Octal333372324140172155117133
Binary11011011111110101101010011000111110110110110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAD4; }

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

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

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

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

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

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

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

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