#DBF8D2

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

Shades of Blue Romance #DBF8D2

Tints of Blue Romance #DBF8D2

Color information

#DBF8D2 (or 0xDBF8D2) is unknown color: approx Blue Romance. HEX triplet: DB, F8 and D2. RGB value is (219,248,210). Sum of RGB (Red+Green+Blue) = 219+248+210=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8D2 is #24072D. Grayscale: #EBEBEB. Windows color (decimal): -2361134 or 13826267. OLE color: 13826267.

HSL color Cylindrical-coordinate representation of color #DBF8D2: hue angle of 105.79º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBF8D2 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB219248210-
CMYK0.1200.150.03
HSL105.79º73.08%89.8%-
HSV(B)105.79º15.32%97.25%-
XYZ74.4186.8573.81-
YUV235113.89116.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=32.35%
G=36.63%
B=31.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192482100.1200.150.03105.7973.0889.8
HexDBF8D2C0F36a495a
Octal333370322140173152111132
Binary11011011111110001101001011000111111110101010010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF8D2; }

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

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

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

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

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

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

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

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