#DCF2DD

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

Shades of Tara #DCF2DD

Tints of Tara #DCF2DD

Color information

#DCF2DD (or 0xDCF2DD) is unknown color: approx Tara. HEX triplet: DC, F2 and DD. RGB value is (220,242,221). Sum of RGB (Red+Green+Blue) = 220+242+221=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2DD is #230D22. Grayscale: #E9E9E9. Windows color (decimal): -2297123 or 14545628. OLE color: 14545628.

HSL color Cylindrical-coordinate representation of color #DCF2DD: hue angle of 122.73º degrees, saturation: 0.46, 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 #DCF2DD is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB220242221-
CMYK0.0900.090.05
HSL122.73º45.83%90.59%-
HSV(B)122.73º9.09%94.9%-
XYZ74.3283.9480.69-
YUV233.03121.21118.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 221 (86.72% from 255) = 32.36%
R=32.21%
G=35.43%
B=32.36%

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
Decimal2202422210.0900.090.05122.7345.8390.59
HexDCF2DD90957b2e5b
Octal33436233511011517356133
Binary11011100111100101101110110010100110111110111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2DD; }

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

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

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

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

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

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

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

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