#D7F8AE

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

Shades of Reef #D7F8AE

Tints of Reef #D7F8AE

Color information

#D7F8AE (or 0xD7F8AE) is unknown color: approx Reef. HEX triplet: D7, F8 and AE. RGB value is (215,248,174). Sum of RGB (Red+Green+Blue) = 215+248+174=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #D7F8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F8AE is #280751. Grayscale: #E5E5E5. Windows color (decimal): -2623314 or 11466967. OLE color: 11466967.

HSL color Cylindrical-coordinate representation of color #D7F8AE: hue angle of 86.76º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7F8AE is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB215248174-
CMYK0.1300.300.03
HSL86.76º84.09%82.75%-
HSV(B)86.76º29.84%97.25%-
XYZ69.2384.6452.73-
YUV229.796.57117.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.75%
GREEN value IS 248 (97.27% from 255) = 38.93%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=33.75%
G=38.93%
B=27.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152481740.1300.300.0386.7684.0982.75
HexD7F8AED01E3575453
Octal327370256150363127124123
Binary110101111111100010101110110101111011101011110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F8AE; }

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

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

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

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

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

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

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

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