#DBF9D5

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

Shades of Blue Romance #DBF9D5

Tints of Blue Romance #DBF9D5

Color information

#DBF9D5 (or 0xDBF9D5) is unknown color: approx Blue Romance. HEX triplet: DB, F9 and D5. RGB value is (219,249,213). Sum of RGB (Red+Green+Blue) = 219+249+213=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 249 (97.66% from 255 or 36.56% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9D5 is #24062A. Grayscale: #ECECEC. Windows color (decimal): -2360875 or 14023131. OLE color: 14023131.

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

Color convert

RGB219249213-
CMYK0.1200.140.02
HSL110º75%90.59%-
HSV(B)110º14.46%97.65%-
XYZ75.187.6275.9-
YUV235.93115.06115.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 249 (97.66% from 255) = 36.56%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=32.16%
G=36.56%
B=31.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192492130.1200.140.021107590.59
HexDBF9D5C0E26e4b5b
Octal333371325140162156113133
Binary11011011111110011101010111000111010110111010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9D5; }

 p { color: rgb(219,249,213); }

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

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

 a { background-color: rgb(219,249,213); }

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

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

 span { border-color: rgb(219,249,213); }

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