#DBFAD2

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

Shades of Blue Romance #DBFAD2

Tints of Blue Romance #DBFAD2

Color information

#DBFAD2 (or 0xDBFAD2) is unknown color: approx Blue Romance. HEX triplet: DB, FA and D2. RGB value is (219,250,210). Sum of RGB (Red+Green+Blue) = 219+250+210=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 210 (82.42% from 255 or 30.93% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFAD2 is #24052D. Grayscale: #ECECEC. Windows color (decimal): -2360622 or 13826779. OLE color: 13826779.

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

Color convert

RGB219250210-
CMYK0.1200.160.02
HSL106.5º80%90.2%-
HSV(B)106.5º16%98.04%-
XYZ75.0388.0874.02-
YUV236.17113.23115.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 210 (82.42% from 255) = 30.93%
R=32.25%
G=36.82%
B=30.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192502100.1200.160.02106.58090.2
HexDBFAD2C01026a505a
Octal333372322140202152120132
Binary110110111111101011010010110001000010110101010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFAD2; }

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

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

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

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

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

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

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

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