#D8FAB0

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

Shades of Reef #D8FAB0

Tints of Reef #D8FAB0

Color information

#D8FAB0 (or 0xD8FAB0) is unknown color: approx Reef. HEX triplet: D8, FA and B0. RGB value is (216,250,176). Sum of RGB (Red+Green+Blue) = 216+250+176=642 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.64% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 176 (69.14% from 255 or 27.41% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FAB0 is #27054F. Grayscale: #E7E7E7. Windows color (decimal): -2557264 or 11598552. OLE color: 11598552.

HSL color Cylindrical-coordinate representation of color #D8FAB0: hue angle of 87.57º 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 #D8FAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB216250176-
CMYK0.1400.300.02
HSL87.57º88.1%83.53%-
HSV(B)87.57º29.6%98.04%-
XYZ70.3486.153.99-
YUV231.496.74117.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.64%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 176 (69.14% from 255) = 27.41%
R=33.64%
G=38.94%
B=27.41%

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
Decimal2162501760.1400.300.0287.5788.183.53
HexD8FAB0E01E2585854
Octal330372260160362130130124
Binary110110001111101010110000111001111010101100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FAB0; }

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

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

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

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

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

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

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

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