#DBFDD6

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

Shades of Blue Romance #DBFDD6

Tints of Blue Romance #DBFDD6

Color information

#DBFDD6 (or 0xDBFDD6) is unknown color: approx Blue Romance. HEX triplet: DB, FD and D6. RGB value is (219,253,214). Sum of RGB (Red+Green+Blue) = 219+253+214=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 214 (83.98% from 255 or 31.20% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDD6 is #240229. Grayscale: #EEEEEE. Windows color (decimal): -2359850 or 14089691. OLE color: 14089691.

HSL color Cylindrical-coordinate representation of color #DBFDD6: hue angle of 112.31º degrees, saturation: 0.91, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBFDD6 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB219253214-
CMYK0.1300.150.01
HSL112.31º90.7%91.57%-
HSV(B)112.31º15.42%99.22%-
XYZ76.4890.1776.99-
YUV238.39114.24114.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.92%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 214 (83.98% from 255) = 31.20%
R=31.92%
G=36.88%
B=31.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532140.1300.150.01112.3190.791.57
HexDBFDD6D0F1705b5c
Octal333375326150171160133134
Binary1101101111111101110101101101011111111000010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDD6; }

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

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

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

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

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

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

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

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