#DDFEA0

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

Shades of Reef #DDFEA0

Tints of Reef #DDFEA0

Color information

#DDFEA0 (or 0xDDFEA0) is unknown color: approx Reef. HEX triplet: DD, FE and A0. RGB value is (221,254,160). Sum of RGB (Red+Green+Blue) = 221+254+160=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEA0 is #22015F. Grayscale: #E9E9E9. Windows color (decimal): -2228576 or 10551005. OLE color: 10551005.

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

Color convert

RGB221254160-
CMYK0.1300.370.00
HSL81.06º97.92%81.18%-
HSV(B)81.06º37.01%99.61%-
XYZ71.6188.7946.62-
YUV233.4286.57119.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 254 (99.61% from 255) = 40%
BLUE value IS 160 (62.89% from 255) = 25.20%
R=34.80%
G=40%
B=25.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541600.1300.370.0081.0697.9281.18
HexDDFEA0D0250516251
Octal335376240150450121142121
Binary110111011111111010100000110101001010101000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEA0; }

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

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

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

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

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

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

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

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