#DBFFD2

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

Shades of Blue Romance #DBFFD2

Tints of Blue Romance #DBFFD2

Color information

#DBFFD2 (or 0xDBFFD2) is unknown color: approx Blue Romance. HEX triplet: DB, FF and D2. RGB value is (219,255,210). Sum of RGB (Red+Green+Blue) = 219+255+210=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD2 is #24002D. Grayscale: #EFEFEF. Windows color (decimal): -2359342 or 13828059. OLE color: 13828059.

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

Color convert

RGB219255210-
CMYK0.1400.180
HSL108º100%91.18%-
HSV(B)108º17.65%100%-
XYZ76.6191.2374.54-
YUV239.11111.57113.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 210 (82.42% from 255) = 30.70%
R=32.02%
G=37.28%
B=30.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552100.1400.18010810091.18
HexDBFFD2E01206c645b
Octal333377322160220154144133
Binary11011011111111111101001011100100100110110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFD2; }

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

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

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

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

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

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

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

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