#DDFDD2

Color #DDFDD2 Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DDFDD2

Tints of Hint Of Green #DDFDD2

Color information

#DDFDD2 (or 0xDDFDD2) is unknown color: approx Hint Of Green. HEX triplet: DD, FD and D2. RGB value is (221,253,210). Sum of RGB (Red+Green+Blue) = 221+253+210=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 210 (82.42% from 255 or 30.70% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD2 is #22022D. Grayscale: #EEEEEE. Windows color (decimal): -2228782 or 13827549. OLE color: 13827549.

HSL color Cylindrical-coordinate representation of color #DDFDD2: hue angle of 104.65º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDFDD2 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB221253210-
CMYK0.1300.170.01
HSL104.65º91.49%90.78%-
HSV(B)104.65º17%99.22%-
XYZ76.5890.2874.36-
YUV238.53111.9115.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 210 (82.42% from 255) = 30.70%
R=32.31%
G=36.99%
B=30.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532100.1300.170.01104.6591.4990.78
HexDDFDD2D0111695b5b
Octal335375322150211151133133
Binary11011101111111011101001011010100011110100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDD2; }

 p { color: rgb(221,253,210); }

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

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

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

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

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

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

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