#DBFFD3

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

Shades of Blue Romance #DBFFD3

Tints of Blue Romance #DBFFD3

Color information

#DBFFD3 (or 0xDBFFD3) is unknown color: approx Blue Romance. HEX triplet: DB, FF and D3. RGB value is (219,255,211). Sum of RGB (Red+Green+Blue) = 219+255+211=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 211 (82.81% from 255 or 30.80% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD3 is #24002C. Grayscale: #EFEFEF. Windows color (decimal): -2359341 or 13893595. OLE color: 13893595.

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

Color convert

RGB219255211-
CMYK0.1400.170
HSL109.09º100%91.37%-
HSV(B)109.09º17.25%100%-
XYZ76.7391.2875.2-
YUV239.22112.07113.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 211 (82.81% from 255) = 30.80%
R=31.97%
G=37.23%
B=30.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552110.1400.170109.0910091.37
HexDBFFD3E01106d645b
Octal333377323160210155144133
Binary11011011111111111101001111100100010110110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFD3; }

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

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

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

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

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

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

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

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