#DBF3DC

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

Shades of Tara #DBF3DC

Tints of Tara #DBF3DC

Color information

#DBF3DC (or 0xDBF3DC) is unknown color: approx Tara. HEX triplet: DB, F3 and DC. RGB value is (219,243,220). Sum of RGB (Red+Green+Blue) = 219+243+220=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3DC is #240C23. Grayscale: #E9E9E9. Windows color (decimal): -2362404 or 14480347. OLE color: 14480347.

HSL color Cylindrical-coordinate representation of color #DBF3DC: hue angle of 122.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3DC is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB219243220-
CMYK0.1000.090.05
HSL122.5º50%90.59%-
HSV(B)122.5º9.88%95.29%-
XYZ74.1884.3380.08-
YUV233.2120.55117.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 243 (95.31% from 255) = 35.63%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=32.11%
G=35.63%
B=32.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192432200.1000.090.05122.55090.59
HexDBF3DCA0957a325b
Octal33336333412011517262133
Binary11011011111100111101110010100100110111110101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3DC; }

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

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

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

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

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

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

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

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