#DAFBDC

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

Shades of Tara #DAFBDC

Tints of Tara #DAFBDC

Color information

#DAFBDC (or 0xDAFBDC) is unknown color: approx Tara. HEX triplet: DA, FB and DC. RGB value is (218,251,220). Sum of RGB (Red+Green+Blue) = 218+251+220=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBDC is #250423. Grayscale: #EDEDED. Windows color (decimal): -2425892 or 14482394. OLE color: 14482394.

HSL color Cylindrical-coordinate representation of color #DAFBDC: hue angle of 123.64º degrees, saturation: 0.8, 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 #DAFBDC is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB218251220-
CMYK0.1300.120.02
HSL123.64º80.49%91.96%-
HSV(B)123.64º13.15%98.43%-
XYZ76.3389.0780.88-
YUV237.6118.07114.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=31.64%
G=36.43%
B=31.93%

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
Decimal2182512200.1300.120.02123.6480.4991.96
HexDAFBDCD0C27c505c
Octal332373334150142174120134
Binary11011010111110111101110011010110010111110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBDC; }

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

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

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

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

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

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

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

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