#DBFFDD

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

Shades of Tara #DBFFDD

Tints of Tara #DBFFDD

Color information

#DBFFDD (or 0xDBFFDD) is unknown color: approx Tara. HEX triplet: DB, FF and DD. RGB value is (219,255,221). Sum of RGB (Red+Green+Blue) = 219+255+221=695 (92% of max value = 765). Red value is 219 (85.94% from 255 or 31.51% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFDD is #240022. Grayscale: #F0F0F0. Windows color (decimal): -2359331 or 14548955. OLE color: 14548955.

HSL color Cylindrical-coordinate representation of color #DBFFDD: hue angle of 123.33º 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 #DBFFDD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB219255221-
CMYK0.1400.130
HSL123.33º100%92.94%-
HSV(B)123.33º14.12%100%-
XYZ78.0291.882.01-
YUV240.36117.07112.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.51%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 221 (86.72% from 255) = 31.80%
R=31.51%
G=36.69%
B=31.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2192552210.1400.130123.3310092.94
HexDBFFDDE0D07b645d
Octal333377335160150173144135
Binary1101101111111111110111011110011010111101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFFDD; }

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

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

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

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

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

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

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

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