#DDFFA7

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

Shades of Reef #DDFFA7

Tints of Reef #DDFFA7

Color information

#DDFFA7 (or 0xDDFFA7) is unknown color: approx Reef. HEX triplet: DD, FF and A7. RGB value is (221,255,167). Sum of RGB (Red+Green+Blue) = 221+255+167=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 167 (65.62% from 255 or 25.97% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFA7 is #220058. Grayscale: #EBEBEB. Windows color (decimal): -2228313 or 11010013. OLE color: 11010013.

HSL color Cylindrical-coordinate representation of color #DDFFA7: hue angle of 83.18º 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 #DDFFA7 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB221255167-
CMYK0.1300.350
HSL83.18º100%82.75%-
HSV(B)83.18º34.51%100%-
XYZ72.5589.6850.05-
YUV234.889.74118.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.37%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 167 (65.62% from 255) = 25.97%
R=34.37%
G=39.66%
B=25.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551670.1300.35083.1810082.75
HexDDFFA7D0230536453
Octal335377247150430123144123
Binary110111011111111110100111110101000110101001111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFA7; }

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

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

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

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

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

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

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

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