#DAEFDB

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

Shades of Tara #DAEFDB

Tints of Tara #DAEFDB

Color information

#DAEFDB (or 0xDAEFDB) is unknown color: approx Tara. HEX triplet: DA, EF and DB. RGB value is (218,239,219). Sum of RGB (Red+Green+Blue) = 218+239+219=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFDB is #251024. Grayscale: #E6E6E6. Windows color (decimal): -2428965 or 14413786. OLE color: 14413786.

HSL color Cylindrical-coordinate representation of color #DAEFDB: hue angle of 122.86º degrees, saturation: 0.4, 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 #DAEFDB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB218239219-
CMYK0.0900.080.06
HSL122.86º39.62%89.61%-
HSV(B)122.86º8.79%93.73%-
XYZ72.5781.7578.97-
YUV230.44121.54119.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=32.25%
G=35.36%
B=32.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392190.0900.080.06122.8639.6289.61
HexDAEFDB90867b285a
Octal33235733311010617350132
Binary11011010111011111101101110010100011011110111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFDB; }

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

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

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

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

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

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

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

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