#D8F1AC

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

Shades of Reef #D8F1AC

Tints of Reef #D8F1AC

Color information

#D8F1AC (or 0xD8F1AC) is unknown color: approx Reef. HEX triplet: D8, F1 and AC. RGB value is (216,241,172). Sum of RGB (Red+Green+Blue) = 216+241+172=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F1AC is #270E53. Grayscale: #E1E1E1. Windows color (decimal): -2559572 or 11334104. OLE color: 11334104.

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

Color convert

RGB216241172-
CMYK0.1000.290.05
HSL81.74º71.13%80.98%-
HSV(B)81.74º28.63%94.51%-
XYZ67.2280.4951.02-
YUV225.6697.72121.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 241 (94.53% from 255) = 38.31%
BLUE value IS 172 (67.58% from 255) = 27.34%
R=34.34%
G=38.31%
B=27.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162411720.1000.290.0581.7471.1380.98
HexD8F1ACA01D5524751
Octal330361254120355122107121
Binary1101100011110001101011001010011101101101001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F1AC; }

 p { color: rgb(216,241,172); }

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

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

 a { background-color: rgb(216,241,172); }

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

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

 span { border-color: rgb(216,241,172); }

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