#DCF2DB

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

Shades of Tara #DCF2DB

Tints of Tara #DCF2DB

Color information

#DCF2DB (or 0xDCF2DB) is unknown color: approx Tara. HEX triplet: DC, F2 and DB. RGB value is (220,242,219). Sum of RGB (Red+Green+Blue) = 220+242+219=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2DB is #230D24. Grayscale: #E8E8E8. Windows color (decimal): -2297125 or 14414556. OLE color: 14414556.

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

Color convert

RGB220242219-
CMYK0.0900.100.05
HSL117.39º46.94%90.39%-
HSV(B)117.39º9.5%94.9%-
XYZ74.0583.8379.3-
YUV232.8120.21118.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 219 (85.94% from 255) = 32.16%
R=32.31%
G=35.54%
B=32.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422190.0900.100.05117.3946.9490.39
HexDCF2DB90A5752f5a
Octal33436233311012516557132
Binary11011100111100101101101110010101010111101011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2DB; }

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

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

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

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

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

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

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

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