#D8FFAA

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

Shades of Reef #D8FFAA

Tints of Reef #D8FFAA

Color information

#D8FFAA (or 0xD8FFAA) is unknown color: approx Reef. HEX triplet: D8, FF and AA. RGB value is (216,255,170). Sum of RGB (Red+Green+Blue) = 216+255+170=641 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.70% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FFAA is #270055. Grayscale: #E9E9E9. Windows color (decimal): -2555990 or 11206616. OLE color: 11206616.

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

Color convert

RGB216255170-
CMYK0.1500.330
HSL87.53º100%83.33%-
HSV(B)87.53º33.33%100%-
XYZ71.3389.0251.45-
YUV233.6592.08115.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.70%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 170 (66.80% from 255) = 26.52%
R=33.70%
G=39.78%
B=26.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162551700.1500.33087.5310083.33
HexD8FFAAF0210586453
Octal330377252170410130144123
Binary110110001111111110101010111101000010101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FFAA; }

 p { color: rgb(216,255,170); }

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

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

 a { background-color: rgb(216,255,170); }

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

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

 span { border-color: rgb(216,255,170); }

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