#DDF8DB

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

Shades of Tara #DDF8DB

Tints of Tara #DDF8DB

Color information

#DDF8DB (or 0xDDF8DB) is unknown color: approx Tara. HEX triplet: DD, F8 and DB. RGB value is (221,248,219). Sum of RGB (Red+Green+Blue) = 221+248+219=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8DB is #220724. Grayscale: #ECECEC. Windows color (decimal): -2230053 or 14416093. OLE color: 14416093.

HSL color Cylindrical-coordinate representation of color #DDF8DB: hue angle of 115.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF8DB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB221248219-
CMYK0.1100.120.03
HSL115.86º67.44%91.57%-
HSV(B)115.86º11.69%97.25%-
XYZ76.1787.6279.92-
YUV236.62118.05116.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 248 (97.27% from 255) = 36.05%
BLUE value IS 219 (85.94% from 255) = 31.83%
R=32.12%
G=36.05%
B=31.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2212482190.1100.120.03115.8667.4491.57
HexDDF8DBB0C374435c
Octal335370333130143164103134
Binary11011101111110001101101110110110011111010010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF8DB; }

 p { color: rgb(221,248,219); }

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

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

 a { background-color: rgb(221,248,219); }

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

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

 span { border-color: rgb(221,248,219); }

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