#DAFBD8

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

Shades of Tara #DAFBD8

Tints of Tara #DAFBD8

Color information

#DAFBD8 (or 0xDAFBD8) is unknown color: approx Tara. HEX triplet: DA, FB and D8. RGB value is (218,251,216). Sum of RGB (Red+Green+Blue) = 218+251+216=685 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.82% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 216 (84.77% from 255 or 31.53% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD8 is #250427. Grayscale: #EDEDED. Windows color (decimal): -2425896 or 14220250. OLE color: 14220250.

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

Color convert

RGB218251216-
CMYK0.1300.140.02
HSL116.57º81.4%91.57%-
HSV(B)116.57º13.94%98.43%-
XYZ75.8188.8678.12-
YUV237.14116.07114.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.82%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 216 (84.77% from 255) = 31.53%
R=31.82%
G=36.64%
B=31.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512160.1300.140.02116.5781.491.57
HexDAFBD8D0E275515c
Octal332373330150162165121134
Binary11011010111110111101100011010111010111010110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBD8; }

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

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

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

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

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

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

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

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