#DAEFD8

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

Shades of Tara #DAEFD8

Tints of Tara #DAEFD8

Color information

#DAEFD8 (or 0xDAEFD8) is unknown color: approx Tara. HEX triplet: DA, EF and D8. RGB value is (218,239,216). Sum of RGB (Red+Green+Blue) = 218+239+216=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD8 is #251027. Grayscale: #E6E6E6. Windows color (decimal): -2428968 or 14217178. OLE color: 14217178.

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

Color convert

RGB218239216-
CMYK0.0900.100.06
HSL114.78º41.82%89.22%-
HSV(B)114.78º9.62%93.73%-
XYZ72.1781.676.91-
YUV230.1120.04119.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 239 (93.75% from 255) = 35.51%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=32.39%
G=35.51%
B=32.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392160.0900.100.06114.7841.8289.22
HexDAEFD890A6732a59
Octal33235733011012616352131
Binary11011010111011111101100010010101011011100111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFD8; }

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

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

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

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

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

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

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

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