#DBFBD2

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

Shades of Blue Romance #DBFBD2

Tints of Blue Romance #DBFBD2

Color information

#DBFBD2 (or 0xDBFBD2) is unknown color: approx Blue Romance. HEX triplet: DB, FB and D2. RGB value is (219,251,210). Sum of RGB (Red+Green+Blue) = 219+251+210=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 210 (82.42% from 255 or 30.88% from 680); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBD2 is #24042D. Grayscale: #ECECEC. Windows color (decimal): -2360366 or 13827035. OLE color: 13827035.

HSL color Cylindrical-coordinate representation of color #DBFBD2: hue angle of 106.83º degrees, saturation: 0.84, 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 #DBFBD2 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB219251210-
CMYK0.1300.160.02
HSL106.83º83.67%90.39%-
HSV(B)106.83º16.33%98.43%-
XYZ75.3488.7174.12-
YUV236.76112.9115.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 210 (82.42% from 255) = 30.88%
R=32.21%
G=36.91%
B=30.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512100.1300.160.02106.8383.6790.39
HexDBFBD2D01026b545a
Octal333373322150202153124132
Binary110110111111101111010010110101000010110101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBD2; }

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

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

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

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

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

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

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

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