#DCFBD8

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

Shades of Tara #DCFBD8

Tints of Tara #DCFBD8

Color information

#DCFBD8 (or 0xDCFBD8) is unknown color: approx Tara. HEX triplet: DC, FB and D8. RGB value is (220,251,216). Sum of RGB (Red+Green+Blue) = 220+251+216=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBD8 is #230427. Grayscale: #EDEDED. Windows color (decimal): -2294824 or 14220252. OLE color: 14220252.

HSL color Cylindrical-coordinate representation of color #DCFBD8: hue angle of 113.14º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFBD8 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB220251216-
CMYK0.1200.140.02
HSL113.14º81.4%91.57%-
HSV(B)113.14º13.94%98.43%-
XYZ76.4189.1778.15-
YUV237.74115.73115.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 251 (98.44% from 255) = 36.54%
BLUE value IS 216 (84.77% from 255) = 31.44%
R=32.02%
G=36.54%
B=31.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512160.1200.140.02113.1481.491.57
HexDCFBD8C0E271515c
Octal334373330140162161121134
Binary11011100111110111101100011000111010111000110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBD8; }

 p { color: rgb(220,251,216); }

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

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

 a { background-color: rgb(220,251,216); }

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

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

 span { border-color: rgb(220,251,216); }

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