#DCFCDD

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

Shades of Tara #DCFCDD

Tints of Tara #DCFCDD

Color information

#DCFCDD (or 0xDCFCDD) is unknown color: approx Tara. HEX triplet: DC, FC and DD. RGB value is (220,252,221). Sum of RGB (Red+Green+Blue) = 220+252+221=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCDD is #230322. Grayscale: #EEEEEE. Windows color (decimal): -2294563 or 14548188. OLE color: 14548188.

HSL color Cylindrical-coordinate representation of color #DCFCDD: hue angle of 121.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFCDD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB220252221-
CMYK0.1300.120.01
HSL121.88º84.21%92.55%-
HSV(B)121.88º12.7%98.82%-
XYZ77.3890.0681.71-
YUV238.9117.9114.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.75%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=31.75%
G=36.36%
B=31.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522210.1300.120.01121.8884.2192.55
HexDCFCDDD0C17a545d
Octal334374335150141172124135
Binary1101110011111100110111011101011001111101010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCDD; }

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

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

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

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

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

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

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

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