#DAF1D8

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

Shades of Tara #DAF1D8

Tints of Tara #DAF1D8

Color information

#DAF1D8 (or 0xDAF1D8) is unknown color: approx Tara. HEX triplet: DA, F1 and D8. RGB value is (218,241,216). Sum of RGB (Red+Green+Blue) = 218+241+216=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 216 (84.77% from 255 or 32% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1D8 is #250E27. Grayscale: #E7E7E7. Windows color (decimal): -2428456 or 14217690. OLE color: 14217690.

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

Color convert

RGB218241216-
CMYK0.1000.100.05
HSL115.2º47.17%89.61%-
HSV(B)115.2º10.37%94.51%-
XYZ72.7682.7777.11-
YUV231.27119.38118.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 216 (84.77% from 255) = 32%
R=32.30%
G=35.70%
B=32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412160.1000.100.05115.247.1789.61
HexDAF1D8A0A5732f5a
Octal33236133012012516357132
Binary11011010111100011101100010100101010111100111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1D8; }

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

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

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

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

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

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

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

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