#DCEFDD

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

Shades of Tara #DCEFDD

Tints of Tara #DCEFDD

Color information

#DCEFDD (or 0xDCEFDD) is unknown color: approx Tara. HEX triplet: DC, EF and DD. RGB value is (220,239,221). Sum of RGB (Red+Green+Blue) = 220+239+221=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFDD is #231022. Grayscale: #E7E7E7. Windows color (decimal): -2297891 or 14544860. OLE color: 14544860.

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

Color convert

RGB220239221-
CMYK0.0800.080.06
HSL123.16º37.25%90%-
HSV(B)123.16º7.95%93.73%-
XYZ73.4382.1780.4-
YUV231.27122.21119.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 239 (93.75% from 255) = 35.15%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=32.35%
G=35.15%
B=32.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392210.0800.080.06123.1637.2590
HexDCEFDD80867b255a
Octal33435733510010617345132
Binary11011100111011111101110110000100011011110111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFDD; }

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

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

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

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

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

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

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

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