#D7F1AE

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

Shades of Reef #D7F1AE

Tints of Reef #D7F1AE

Color information

#D7F1AE (or 0xD7F1AE) is unknown color: approx Reef. HEX triplet: D7, F1 and AE. RGB value is (215,241,174). Sum of RGB (Red+Green+Blue) = 215+241+174=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F1AE is #280E51. Grayscale: #E1E1E1. Windows color (decimal): -2625106 or 11465175. OLE color: 11465175.

HSL color Cylindrical-coordinate representation of color #D7F1AE: hue angle of 83.28º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7F1AE is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB215241174-
CMYK0.1100.280.05
HSL83.28º70.53%81.37%-
HSV(B)83.28º27.8%94.51%-
XYZ67.1280.4152.03-
YUV225.5998.89120.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.13%
GREEN value IS 241 (94.53% from 255) = 38.25%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=34.13%
G=38.25%
B=27.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152411740.1100.280.0583.2870.5381.37
HexD7F1AEB01C5534751
Octal327361256130345123107121
Binary1101011111110001101011101011011100101101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1AE; }

 p { color: rgb(215,241,174); }

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

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

 a { background-color: rgb(215,241,174); }

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

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

 span { border-color: rgb(215,241,174); }

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