#D8F4AE

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

Shades of Reef #D8F4AE

Tints of Reef #D8F4AE

Color information

#D8F4AE (or 0xD8F4AE) is unknown color: approx Reef. HEX triplet: D8, F4 and AE. RGB value is (216,244,174). Sum of RGB (Red+Green+Blue) = 216+244+174=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 244 (95.70% from 255 or 38.49% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 244 - color contains mainly: green. Hex color #D8F4AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F4AE is #270B51. Grayscale: #E3E3E3. Windows color (decimal): -2558802 or 11465944. OLE color: 11465944.

HSL color Cylindrical-coordinate representation of color #D8F4AE: hue angle of 84º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8F4AE is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB216244174-
CMYK0.1100.290.04
HSL84º76.09%81.96%-
HSV(B)84º28.69%95.69%-
XYZ68.3182.3652.34-
YUV227.6597.72119.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.07%
GREEN value IS 244 (95.70% from 255) = 38.49%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=34.07%
G=38.49%
B=27.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2162441740.1100.290.048476.0981.96
HexD8F4AEB01D4544c52
Octal330364256130354124114122
Binary1101100011110100101011101011011101100101010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F4AE; }

 p { color: rgb(216,244,174); }

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

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

 a { background-color: rgb(216,244,174); }

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

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

 span { border-color: rgb(216,244,174); }

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