#DDFBDA

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

Shades of Tara #DDFBDA

Tints of Tara #DDFBDA

Color information

#DDFBDA (or 0xDDFBDA) is unknown color: approx Tara. HEX triplet: DD, FB and DA. RGB value is (221,251,218). Sum of RGB (Red+Green+Blue) = 221+251+218=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBDA is #220425. Grayscale: #EEEEEE. Windows color (decimal): -2229286 or 14351325. OLE color: 14351325.

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

Color convert

RGB221251218-
CMYK0.1200.130.02
HSL114.55º80.49%91.96%-
HSV(B)114.55º13.15%98.43%-
XYZ76.9789.4379.53-
YUV238.27116.56115.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 218 (85.55% from 255) = 31.59%
R=32.03%
G=36.38%
B=31.59%

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
Decimal2212512180.1200.130.02114.5580.4991.96
HexDDFBDAC0D273505c
Octal335373332140152163120134
Binary11011101111110111101101011000110110111001110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBDA; }

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

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

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

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

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

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

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

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