#DAFEDB

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

Shades of Tara #DAFEDB

Tints of Tara #DAFEDB

Color information

#DAFEDB (or 0xDAFEDB) is unknown color: approx Tara. HEX triplet: DA, FE and DB. RGB value is (218,254,219). Sum of RGB (Red+Green+Blue) = 218+254+219=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFEDB is #250124. Grayscale: #EFEFEF. Windows color (decimal): -2425125 or 14417626. OLE color: 14417626.

HSL color Cylindrical-coordinate representation of color #DAFEDB: hue angle of 121.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEDB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB218254219-
CMYK0.1400.140.00
HSL121.67º94.74%92.55%-
HSV(B)121.67º14.17%99.61%-
XYZ77.1490.980.5-
YUV239.25116.57112.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=31.55%
G=36.76%
B=31.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542190.1400.140.00121.6794.7492.55
HexDAFEDBE0E07a5f5d
Octal332376333160160172137135
Binary1101101011111110110110111110011100111101010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEDB; }

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

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

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

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

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

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

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

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