#DBFDDC

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

Shades of Tara #DBFDDC

Tints of Tara #DBFDDC

Color information

#DBFDDC (or 0xDBFDDC) is unknown color: approx Tara. HEX triplet: DB, FD and DC. RGB value is (219,253,220). Sum of RGB (Red+Green+Blue) = 219+253+220=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDDC is #240223. Grayscale: #EFEFEF. Windows color (decimal): -2359844 or 14482907. OLE color: 14482907.

HSL color Cylindrical-coordinate representation of color #DBFDDC: hue angle of 121.76º degrees, saturation: 0.89, 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 #DBFDDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB219253220-
CMYK0.1300.130.01
HSL121.76º89.47%92.55%-
HSV(B)121.76º13.44%99.22%-
XYZ77.2690.4881.1-
YUV239.07117.24113.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 220 (86.33% from 255) = 31.79%
R=31.65%
G=36.56%
B=31.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532200.1300.130.01121.7689.4792.55
HexDBFDDCD0D17a595d
Octal333375334150151172131135
Binary1101101111111101110111001101011011111101010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDDC; }

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

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

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

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

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

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

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

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