#DDFBD8

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

Shades of Tara #DDFBD8

Tints of Tara #DDFBD8

Color information

#DDFBD8 (or 0xDDFBD8) is unknown color: approx Tara. HEX triplet: DD, FB and D8. RGB value is (221,251,216). Sum of RGB (Red+Green+Blue) = 221+251+216=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBD8 is #220427. Grayscale: #EEEEEE. Windows color (decimal): -2229288 or 14220253. OLE color: 14220253.

HSL color Cylindrical-coordinate representation of color #DDFBD8: hue angle of 111.43º 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 #DDFBD8 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB221251216-
CMYK0.1200.140.02
HSL111.43º81.4%91.57%-
HSV(B)111.43º13.94%98.43%-
XYZ76.7189.3278.16-
YUV238.04115.56115.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 216 (84.77% from 255) = 31.40%
R=32.12%
G=36.48%
B=31.40%

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
Decimal2212512160.1200.140.02111.4381.491.57
HexDDFBD8C0E26f515c
Octal335373330140162157121134
Binary11011101111110111101100011000111010110111110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBD8; }

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

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

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

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

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

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

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

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