#DCEFDA

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

Shades of Tara #DCEFDA

Tints of Tara #DCEFDA

Color information

#DCEFDA (or 0xDCEFDA) is unknown color: approx Tara. HEX triplet: DC, EF and DA. RGB value is (220,239,218). Sum of RGB (Red+Green+Blue) = 220+239+218=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFDA is #231025. Grayscale: #E6E6E6. Windows color (decimal): -2297894 or 14348252. OLE color: 14348252.

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

Color convert

RGB220239218-
CMYK0.0800.090.06
HSL114.29º39.62%89.61%-
HSV(B)114.29º8.79%93.73%-
XYZ73.0482.0178.31-
YUV230.92120.71120.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 218 (85.55% from 255) = 32.20%
R=32.50%
G=35.30%
B=32.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392180.0800.090.06114.2939.6289.61
HexDCEFDA809672285a
Octal33435733210011616250132
Binary11011100111011111101101010000100111011100101010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFDA; }

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

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

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

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

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

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

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

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