#DAF3DB

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

Shades of Tara #DAF3DB

Tints of Tara #DAF3DB

Color information

#DAF3DB (or 0xDAF3DB) is unknown color: approx Tara. HEX triplet: DA, F3 and DB. RGB value is (218,243,219). Sum of RGB (Red+Green+Blue) = 218+243+219=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3DB is #250C24. Grayscale: #E8E8E8. Windows color (decimal): -2427941 or 14414810. OLE color: 14414810.

HSL color Cylindrical-coordinate representation of color #DAF3DB: hue angle of 122.4º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF3DB is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB218243219-
CMYK0.1000.100.05
HSL122.4º51.02%90.39%-
HSV(B)122.4º10.29%95.29%-
XYZ73.7584.1279.37-
YUV232.79120.22117.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 243 (95.31% from 255) = 35.74%
BLUE value IS 219 (85.94% from 255) = 32.21%
R=32.06%
G=35.74%
B=32.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432190.1000.100.05122.451.0290.39
HexDAF3DBA0A57a335a
Octal33236333312012517263132
Binary11011010111100111101101110100101010111110101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3DB; }

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

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

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

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

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

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

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

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