#DBFCDC

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

Shades of Tara #DBFCDC

Tints of Tara #DBFCDC

Color information

#DBFCDC (or 0xDBFCDC) is unknown color: approx Tara. HEX triplet: DB, FC and DC. RGB value is (219,252,220). Sum of RGB (Red+Green+Blue) = 219+252+220=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDC is #240323. Grayscale: #EEEEEE. Windows color (decimal): -2360100 or 14482651. OLE color: 14482651.

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

Color convert

RGB219252220-
CMYK0.1300.130.01
HSL121.82º84.62%92.35%-
HSV(B)121.82º13.1%98.82%-
XYZ76.9489.8581-
YUV238.48117.57114.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=31.69%
G=36.47%
B=31.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192522200.1300.130.01121.8284.6292.35
HexDBFCDCD0D17a555c
Octal333374334150151172125134
Binary1101101111111100110111001101011011111101010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCDC; }

 p { color: rgb(219,252,220); }

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

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

 a { background-color: rgb(219,252,220); }

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

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

 span { border-color: rgb(219,252,220); }

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