#DAFADC

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

Shades of Tara #DAFADC

Tints of Tara #DAFADC

Color information

#DAFADC (or 0xDAFADC) is unknown color: approx Tara. HEX triplet: DA, FA and DC. RGB value is (218,250,220). Sum of RGB (Red+Green+Blue) = 218+250+220=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFADC is #250523. Grayscale: #EDEDED. Windows color (decimal): -2426148 or 14482138. OLE color: 14482138.

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

Color convert

RGB218250220-
CMYK0.1300.120.02
HSL123.75º76.19%91.76%-
HSV(B)123.75º12.8%98.04%-
XYZ76.0288.4480.78-
YUV237.01118.4114.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=31.69%
G=36.34%
B=31.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502200.1300.120.02123.7576.1991.76
HexDAFADCD0C27c4c5c
Octal332372334150142174114134
Binary11011010111110101101110011010110010111110010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFADC; }

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

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

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

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

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

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

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

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