#DDFEA2

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

Shades of Reef #DDFEA2

Tints of Reef #DDFEA2

Color information

#DDFEA2 (or 0xDDFEA2) is unknown color: approx Reef. HEX triplet: DD, FE and A2. RGB value is (221,254,162). Sum of RGB (Red+Green+Blue) = 221+254+162=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEA2 is #22015D. Grayscale: #E9E9E9. Windows color (decimal): -2228574 or 10682077. OLE color: 10682077.

HSL color Cylindrical-coordinate representation of color #DDFEA2: hue angle of 81.52º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDFEA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB221254162-
CMYK0.1300.360.00
HSL81.52º97.87%81.57%-
HSV(B)81.52º36.22%99.61%-
XYZ71.7888.8647.55-
YUV233.6487.57118.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 162 (63.67% from 255) = 25.43%
R=34.69%
G=39.87%
B=25.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541620.1300.360.0081.5297.8781.57
HexDDFEA2D0240526252
Octal335376242150440122142122
Binary110111011111111010100010110101001000101001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEA2; }

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

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

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

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

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

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

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

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