#D7FAB0

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

Shades of Reef #D7FAB0

Tints of Reef #D7FAB0

Color information

#D7FAB0 (or 0xD7FAB0) is unknown color: approx Reef. HEX triplet: D7, FA and B0. RGB value is (215,250,176). Sum of RGB (Red+Green+Blue) = 215+250+176=641 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.54% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FAB0 is #28054F. Grayscale: #E7E7E7. Windows color (decimal): -2622800 or 11598551. OLE color: 11598551.

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

Color convert

RGB215250176-
CMYK0.1400.300.02
HSL88.38º88.1%83.53%-
HSV(B)88.38º29.6%98.04%-
XYZ70.0585.9553.97-
YUV231.196.9116.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.54%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 176 (69.14% from 255) = 27.46%
R=33.54%
G=39.00%
B=27.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152501760.1400.300.0288.3888.183.53
HexD7FAB0E01E2585854
Octal327372260160362130130124
Binary110101111111101010110000111001111010101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAB0; }

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

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

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

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

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

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

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

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