#DDFEA6

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

Shades of Reef #DDFEA6

Tints of Reef #DDFEA6

Color information

#DDFEA6 (or 0xDDFEA6) is unknown color: approx Reef. HEX triplet: DD, FE and A6. RGB value is (221,254,166). Sum of RGB (Red+Green+Blue) = 221+254+166=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 166 (65.23% from 255 or 25.90% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEA6 is #220159. Grayscale: #EAEAEA. Windows color (decimal): -2228570 or 10944221. OLE color: 10944221.

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

Color convert

RGB221254166-
CMYK0.1300.350.00
HSL82.5º97.78%82.35%-
HSV(B)82.5º34.65%99.61%-
XYZ72.1489.0149.45-
YUV234.189.57118.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 166 (65.23% from 255) = 25.90%
R=34.48%
G=39.63%
B=25.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541660.1300.350.0082.597.7882.35
HexDDFEA6D0230526252
Octal335376246150430122142122
Binary110111011111111010100110110101000110101001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFEA6; }

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

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

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

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

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

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

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

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