#DAFBDB

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

Shades of Tara #DAFBDB

Tints of Tara #DAFBDB

Color information

#DAFBDB (or 0xDAFBDB) is unknown color: approx Tara. HEX triplet: DA, FB and DB. RGB value is (218,251,219). Sum of RGB (Red+Green+Blue) = 218+251+219=688 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.69% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBDB is #250424. Grayscale: #EDEDED. Windows color (decimal): -2425893 or 14416858. OLE color: 14416858.

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

Color convert

RGB218251219-
CMYK0.1300.130.02
HSL121.82º80.49%91.96%-
HSV(B)121.82º13.15%98.43%-
XYZ76.289.0180.18-
YUV237.48117.57114.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.69%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 219 (85.94% from 255) = 31.83%
R=31.69%
G=36.48%
B=31.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182512190.1300.130.02121.8280.4991.96
HexDAFBDBD0D27a505c
Octal332373333150152172120134
Binary11011010111110111101101111010110110111101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBDB; }

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

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

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

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

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

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

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

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