#DCF8DD

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

Shades of Tara #DCF8DD

Tints of Tara #DCF8DD

Color information

#DCF8DD (or 0xDCF8DD) is unknown color: approx Tara. HEX triplet: DC, F8 and DD. RGB value is (220,248,221). Sum of RGB (Red+Green+Blue) = 220+248+221=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8DD is #230722. Grayscale: #ECECEC. Windows color (decimal): -2295587 or 14547164. OLE color: 14547164.

HSL color Cylindrical-coordinate representation of color #DCF8DD: hue angle of 122.14º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF8DD is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB220248221-
CMYK0.1100.110.03
HSL122.14º66.67%91.76%-
HSV(B)122.14º11.29%97.25%-
XYZ76.1387.5781.3-
YUV236.55119.22116.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.93%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=31.93%
G=35.99%
B=32.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202482210.1100.110.03122.1466.6791.76
HexDCF8DDB0B37a435c
Octal334370335130133172103134
Binary11011100111110001101110110110101111111101010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8DD; }

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

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

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

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

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

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

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

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