#DCF3DD

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

Shades of Tara #DCF3DD

Tints of Tara #DCF3DD

Color information

#DCF3DD (or 0xDCF3DD) is unknown color: approx Tara. HEX triplet: DC, F3 and DD. RGB value is (220,243,221). Sum of RGB (Red+Green+Blue) = 220+243+221=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 243 (95.31% from 255 or 35.53% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3DD is #230C22. Grayscale: #E9E9E9. Windows color (decimal): -2296867 or 14545884. OLE color: 14545884.

HSL color Cylindrical-coordinate representation of color #DCF3DD: hue angle of 122.61º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF3DD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB220243221-
CMYK0.0900.090.05
HSL122.61º48.94%90.78%-
HSV(B)122.61º9.47%95.29%-
XYZ74.6284.5480.79-
YUV233.62120.88118.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 243 (95.31% from 255) = 35.53%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=32.16%
G=35.53%
B=32.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202432210.0900.090.05122.6148.9490.78
HexDCF3DD90957b315b
Octal33436333511011517361133
Binary11011100111100111101110110010100110111110111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3DD; }

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

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

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

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

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

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

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

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