#DBFED6

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

Shades of Blue Romance #DBFED6

Tints of Blue Romance #DBFED6

Color information

#DBFED6 (or 0xDBFED6) is unknown color: approx Blue Romance. HEX triplet: DB, FE and D6. RGB value is (219,254,214). Sum of RGB (Red+Green+Blue) = 219+254+214=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 214 (83.98% from 255 or 31.15% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED6 is #240129. Grayscale: #EFEFEF. Windows color (decimal): -2359594 or 14089947. OLE color: 14089947.

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

Color convert

RGB219254214-
CMYK0.1400.160.00
HSL112.5º95.24%91.76%-
HSV(B)112.5º15.75%99.61%-
XYZ76.7990.877.1-
YUV238.97113.9113.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.88%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 214 (83.98% from 255) = 31.15%
R=31.88%
G=36.97%
B=31.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542140.1400.160.00112.595.2491.76
HexDBFED6E0100705f5c
Octal333376326160200160137134
Binary11011011111111101101011011100100000111000010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFED6; }

 p { color: rgb(219,254,214); }

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

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

 a { background-color: rgb(219,254,214); }

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

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

 span { border-color: rgb(219,254,214); }

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