#DAF0DB

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

Shades of Tara #DAF0DB

Tints of Tara #DAF0DB

Color information

#DAF0DB (or 0xDAF0DB) is unknown color: approx Tara. HEX triplet: DA, F0 and DB. RGB value is (218,240,219). Sum of RGB (Red+Green+Blue) = 218+240+219=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0DB is #250F24. Grayscale: #E7E7E7. Windows color (decimal): -2428709 or 14414042. OLE color: 14414042.

HSL color Cylindrical-coordinate representation of color #DAF0DB: hue angle of 122.73º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAF0DB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB218240219-
CMYK0.0900.090.06
HSL122.73º42.31%89.8%-
HSV(B)122.73º9.17%94.12%-
XYZ72.8682.3479.07-
YUV231.03121.21118.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 219 (85.94% from 255) = 32.35%
R=32.20%
G=35.45%
B=32.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182402190.0900.090.06122.7342.3189.8
HexDAF0DB90967b2a5a
Octal33236033311011617352132
Binary11011010111100001101101110010100111011110111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF0DB; }

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

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

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

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

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

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

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

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