#DAFAD7

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

Shades of Tara #DAFAD7

Tints of Tara #DAFAD7

Color information

#DAFAD7 (or 0xDAFAD7) is unknown color: approx Tara. HEX triplet: DA, FA and D7. RGB value is (218,250,215). Sum of RGB (Red+Green+Blue) = 218+250+215=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 215 (84.38% from 255 or 31.48% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAD7 is #250528. Grayscale: #ECECEC. Windows color (decimal): -2426153 or 14154458. OLE color: 14154458.

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

Color convert

RGB218250215-
CMYK0.1300.140.02
HSL114.86º77.78%91.18%-
HSV(B)114.86º14%98.04%-
XYZ75.3688.1877.34-
YUV236.44115.9114.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 215 (84.38% from 255) = 31.48%
R=31.92%
G=36.60%
B=31.48%

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
Decimal2182502150.1300.140.02114.8677.7891.18
HexDAFAD7D0E2734e5b
Octal332372327150162163116133
Binary11011010111110101101011111010111010111001110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAD7; }

 p { color: rgb(218,250,215); }

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

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

 a { background-color: rgb(218,250,215); }

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

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

 span { border-color: rgb(218,250,215); }

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