#DDFBDD

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

Shades of Tara #DDFBDD

Tints of Tara #DDFBDD

Color information

#DDFBDD (or 0xDDFBDD) is unknown color: approx Tara. HEX triplet: DD, FB and DD. RGB value is (221,251,221). Sum of RGB (Red+Green+Blue) = 221+251+221=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBDD is #220422. Grayscale: #EEEEEE. Windows color (decimal): -2229283 or 14547933. OLE color: 14547933.

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

Color convert

RGB221251221-
CMYK0.1200.120.02
HSL120º78.95%92.55%-
HSV(B)120º11.95%98.43%-
XYZ77.3789.5981.62-
YUV238.61118.06115.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=31.89%
G=36.22%
B=31.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212512210.1200.120.0212078.9592.55
HexDDFBDDC0C2784f5d
Octal335373335140142170117135
Binary11011101111110111101110111000110010111100010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFBDD; }

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

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

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

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

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

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

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

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