#DBF1DC

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

Shades of Tara #DBF1DC

Tints of Tara #DBF1DC

Color information

#DBF1DC (or 0xDBF1DC) is unknown color: approx Tara. HEX triplet: DB, F1 and DC. RGB value is (219,241,220). Sum of RGB (Red+Green+Blue) = 219+241+220=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1DC is #240E23. Grayscale: #E8E8E8. Windows color (decimal): -2362916 or 14479835. OLE color: 14479835.

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

Color convert

RGB219241220-
CMYK0.0900.090.05
HSL122.73º44%90.2%-
HSV(B)122.73º9.13%94.51%-
XYZ73.5983.1479.88-
YUV232.03121.21118.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 241 (94.53% from 255) = 35.44%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=32.21%
G=35.44%
B=32.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412200.0900.090.05122.734490.2
HexDBF1DC90957b2c5a
Octal33336133411011517354132
Binary11011011111100011101110010010100110111110111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1DC; }

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

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

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

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

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

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

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

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