#DAF6DB

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

Shades of Tara #DAF6DB

Tints of Tara #DAF6DB

Color information

#DAF6DB (or 0xDAF6DB) is unknown color: approx Tara. HEX triplet: DA, F6 and DB. RGB value is (218,246,219). Sum of RGB (Red+Green+Blue) = 218+246+219=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6DB is #250924. Grayscale: #EAEAEA. Windows color (decimal): -2427173 or 14415578. OLE color: 14415578.

HSL color Cylindrical-coordinate representation of color #DAF6DB: hue angle of 122.14º degrees, saturation: 0.61, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF6DB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB218246219-
CMYK0.1100.110.04
HSL122.14º60.87%90.98%-
HSV(B)122.14º11.38%96.47%-
XYZ74.6685.9379.67-
YUV234.55119.22116.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 246 (96.48% from 255) = 36.02%
BLUE value IS 219 (85.94% from 255) = 32.06%
R=31.92%
G=36.02%
B=32.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182462190.1100.110.04122.1460.8790.98
HexDAF6DBB0B47a3d5b
Octal33236633313013417275133
Binary11011010111101101101101110110101110011110101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF6DB; }

 p { color: rgb(218,246,219); }

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

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

 a { background-color: rgb(218,246,219); }

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

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

 span { border-color: rgb(218,246,219); }

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