#DAF9DC

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

Shades of Tara #DAF9DC

Tints of Tara #DAF9DC

Color information

#DAF9DC (or 0xDAF9DC) is unknown color: approx Tara. HEX triplet: DA, F9 and DC. RGB value is (218,249,220). Sum of RGB (Red+Green+Blue) = 218+249+220=687 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.73% from 687); Green value is 249 (97.66% from 255 or 36.24% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9DC is #250623. Grayscale: #ECECEC. Windows color (decimal): -2426404 or 14481882. OLE color: 14481882.

HSL color Cylindrical-coordinate representation of color #DAF9DC: hue angle of 123.87º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9DC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB218249220-
CMYK0.1200.120.02
HSL123.87º72.09%91.57%-
HSV(B)123.87º12.45%97.65%-
XYZ75.7187.8280.67-
YUV236.42118.73114.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.73%
GREEN value IS 249 (97.66% from 255) = 36.24%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=31.73%
G=36.24%
B=32.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492200.1200.120.02123.8772.0991.57
HexDAF9DCC0C27c485c
Octal332371334140142174110134
Binary11011010111110011101110011000110010111110010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9DC; }

 p { color: rgb(218,249,220); }

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

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

 a { background-color: rgb(218,249,220); }

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

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

 span { border-color: rgb(218,249,220); }

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