#DDFFA6

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

Shades of Reef #DDFFA6

Tints of Reef #DDFFA6

Color information

#DDFFA6 (or 0xDDFFA6) is unknown color: approx Reef. HEX triplet: DD, FF and A6. RGB value is (221,255,166). Sum of RGB (Red+Green+Blue) = 221+255+166=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 166 (65.23% from 255 or 25.86% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA6 is #220059. Grayscale: #EBEBEB. Windows color (decimal): -2228314 or 10944477. OLE color: 10944477.

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

Color convert

RGB221255166-
CMYK0.1300.350
HSL82.92º100%82.55%-
HSV(B)82.92º34.9%100%-
XYZ72.4689.6549.56-
YUV234.6989.24118.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.42%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 166 (65.23% from 255) = 25.86%
R=34.42%
G=39.72%
B=25.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551660.1300.35082.9210082.55
HexDDFFA6D0230536453
Octal335377246150430123144123
Binary110111011111111110100110110101000110101001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFA6; }

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

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

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

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

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

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

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

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