#DBFED2

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

Shades of Blue Romance #DBFED2

Tints of Blue Romance #DBFED2

Color information

#DBFED2 (or 0xDBFED2) is unknown color: approx Blue Romance. HEX triplet: DB, FE and D2. RGB value is (219,254,210). Sum of RGB (Red+Green+Blue) = 219+254+210=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 210 (82.42% from 255 or 30.75% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFED2 is #24012D. Grayscale: #EEEEEE. Windows color (decimal): -2359598 or 13827803. OLE color: 13827803.

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

Color convert

RGB219254210-
CMYK0.1400.170.00
HSL107.73º95.65%90.98%-
HSV(B)107.73º17.32%99.61%-
XYZ76.2990.674.44-
YUV238.52111.9114.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 210 (82.42% from 255) = 30.75%
R=32.06%
G=37.19%
B=30.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2192542100.1400.170.00107.7395.6590.98
HexDBFED2E01106c605b
Octal333376322160210154140133
Binary11011011111111101101001011100100010110110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFED2; }

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

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

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

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

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

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

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

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