#DDFDA2

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

Shades of Reef #DDFDA2

Tints of Reef #DDFDA2

Color information

#DDFDA2 (or 0xDDFDA2) is unknown color: approx Reef. HEX triplet: DD, FD and A2. RGB value is (221,253,162). Sum of RGB (Red+Green+Blue) = 221+253+162=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDA2 is #22025D. Grayscale: #E9E9E9. Windows color (decimal): -2228830 or 10681821. OLE color: 10681821.

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

Color convert

RGB221253162-
CMYK0.1300.360.01
HSL81.1º95.79%81.37%-
HSV(B)81.1º35.97%99.22%-
XYZ71.4788.2347.45-
YUV233.0687.9119.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 162 (63.67% from 255) = 25.47%
R=34.75%
G=39.78%
B=25.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531620.1300.360.0181.195.7981.37
HexDDFDA2D0241516051
Octal335375242150441121140121
Binary110111011111110110100010110101001001101000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDA2; }

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

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

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

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

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

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

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

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