#DAF3D8

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

Shades of Tara #DAF3D8

Tints of Tara #DAF3D8

Color information

#DAF3D8 (or 0xDAF3D8) is unknown color: approx Tara. HEX triplet: DA, F3 and D8. RGB value is (218,243,216). Sum of RGB (Red+Green+Blue) = 218+243+216=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 243 (95.31% from 255 or 35.89% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3D8 is #250C27. Grayscale: #E8E8E8. Windows color (decimal): -2427944 or 14218202. OLE color: 14218202.

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

Color convert

RGB218243216-
CMYK0.1000.110.05
HSL115.56º52.94%90%-
HSV(B)115.56º11.11%95.29%-
XYZ73.3683.9677.31-
YUV232.45118.72117.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 243 (95.31% from 255) = 35.89%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=32.20%
G=35.89%
B=31.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432160.1000.110.05115.5652.9490
HexDAF3D8A0B574355a
Octal33236333012013516465132
Binary11011010111100111101100010100101110111101001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3D8; }

 p { color: rgb(218,243,216); }

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

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

 a { background-color: rgb(218,243,216); }

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

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

 span { border-color: rgb(218,243,216); }

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