#DCFBDB

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

Shades of Tara #DCFBDB

Tints of Tara #DCFBDB

Color information

#DCFBDB (or 0xDCFBDB) is unknown color: approx Tara. HEX triplet: DC, FB and DB. RGB value is (220,251,219). Sum of RGB (Red+Green+Blue) = 220+251+219=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBDB is #230424. Grayscale: #EEEEEE. Windows color (decimal): -2294821 or 14416860. OLE color: 14416860.

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

Color convert

RGB220251219-
CMYK0.1200.130.02
HSL118.12º80%92.16%-
HSV(B)118.12º12.75%98.43%-
XYZ76.889.3280.21-
YUV238.08117.23115.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=31.88%
G=36.38%
B=31.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512190.1200.130.02118.128092.16
HexDCFBDBC0D276505c
Octal334373333140152166120134
Binary11011100111110111101101111000110110111011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBDB; }

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

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

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

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

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

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

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

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