#DDFFA1

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

Shades of Reef #DDFFA1

Tints of Reef #DDFFA1

Color information

#DDFFA1 (or 0xDDFFA1) is unknown color: approx Reef. HEX triplet: DD, FF and A1. RGB value is (221,255,161). Sum of RGB (Red+Green+Blue) = 221+255+161=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 161 (63.28% from 255 or 25.27% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA1 is #22005E. Grayscale: #EAEAEA. Windows color (decimal): -2228319 or 10616797. OLE color: 10616797.

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

Color convert

RGB221255161-
CMYK0.1300.370
HSL81.7º100%81.57%-
HSV(B)81.7º36.86%100%-
XYZ72.0189.4747.19-
YUV234.1286.74118.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 161 (63.28% from 255) = 25.27%
R=34.69%
G=40.03%
B=25.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551610.1300.37081.710081.57
HexDDFFA1D0250526452
Octal335377241150450122144122
Binary110111011111111110100001110101001010101001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFA1; }

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

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

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

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

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

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

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

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