#DBFFDC

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

Shades of Tara #DBFFDC

Tints of Tara #DBFFDC

Color information

#DBFFDC (or 0xDBFFDC) is unknown color: approx Tara. HEX triplet: DB, FF and DC. RGB value is (219,255,220). Sum of RGB (Red+Green+Blue) = 219+255+220=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFDC is #240023. Grayscale: #F0F0F0. Windows color (decimal): -2359332 or 14483419. OLE color: 14483419.

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

Color convert

RGB219255220-
CMYK0.1400.140
HSL121.67º100%92.94%-
HSV(B)121.67º14.12%100%-
XYZ77.8991.7581.31-
YUV240.25116.57112.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 220 (86.33% from 255) = 31.70%
R=31.56%
G=36.74%
B=31.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552200.1400.140121.6710092.94
HexDBFFDCE0E07a645d
Octal333377334160160172144135
Binary1101101111111111110111001110011100111101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFDC; }

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

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

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

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

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

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

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

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