#DDFFA0

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

Shades of Reef #DDFFA0

Tints of Reef #DDFFA0

Color information

#DDFFA0 (or 0xDDFFA0) is unknown color: approx Reef. HEX triplet: DD, FF and A0. RGB value is (221,255,160). Sum of RGB (Red+Green+Blue) = 221+255+160=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA0 is #22005F. Grayscale: #EAEAEA. Windows color (decimal): -2228320 or 10551261. OLE color: 10551261.

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

Color convert

RGB221255160-
CMYK0.1300.370
HSL81.47º100%81.37%-
HSV(B)81.47º37.25%100%-
XYZ71.9289.4346.73-
YUV23486.24118.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 160 (62.89% from 255) = 25.16%
R=34.75%
G=40.09%
B=25.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551600.1300.37081.4710081.37
HexDDFFA0D0250516451
Octal335377240150450121144121
Binary110111011111111110100000110101001010101000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFA0; }

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

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

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

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

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

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

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

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