#DBFDD2

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

Shades of Blue Romance #DBFDD2

Tints of Blue Romance #DBFDD2

Color information

#DBFDD2 (or 0xDBFDD2) is unknown color: approx Blue Romance. HEX triplet: DB, FD and D2. RGB value is (219,253,210). Sum of RGB (Red+Green+Blue) = 219+253+210=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDD2 is #24022D. Grayscale: #EEEEEE. Windows color (decimal): -2359854 or 13827547. OLE color: 13827547.

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

Color convert

RGB219253210-
CMYK0.1300.170.01
HSL107.44º91.49%90.78%-
HSV(B)107.44º17%99.22%-
XYZ75.9789.9674.33-
YUV237.93112.24114.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 253 (99.22% from 255) = 37.10%
BLUE value IS 210 (82.42% from 255) = 30.79%
R=32.11%
G=37.10%
B=30.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532100.1300.170.01107.4491.4990.78
HexDBFDD2D01116b5b5b
Octal333375322150211153133133
Binary11011011111111011101001011010100011110101110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDD2; }

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

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

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

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

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

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

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

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