#D7FAAF

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

Shades of Reef #D7FAAF

Tints of Reef #D7FAAF

Color information

#D7FAAF (or 0xD7FAAF) is unknown color: approx Reef. HEX triplet: D7, FA and AF. RGB value is (215,250,175). Sum of RGB (Red+Green+Blue) = 215+250+175=640 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.59% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FAAF is #280550. Grayscale: #E7E7E7. Windows color (decimal): -2622801 or 11533015. OLE color: 11533015.

HSL color Cylindrical-coordinate representation of color #D7FAAF: hue angle of 88º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7FAAF is Cyan = 0.14, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB215250175-
CMYK0.1400.30.02
HSL88º88.24%83.33%-
HSV(B)88º30%98.04%-
XYZ69.9585.9153.45-
YUV230.9896.4116.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.59%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 175 (68.75% from 255) = 27.34%
R=33.59%
G=39.06%
B=27.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152501750.1400.30.028888.2483.33
HexD7FAAFE01E2585853
Octal327372257160362130130123
Binary110101111111101010101111111001111010101100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAAF; }

 p { color: rgb(215,250,175); }

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

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

 a { background-color: rgb(215,250,175); }

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

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

 span { border-color: rgb(215,250,175); }

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