#D8F1AA

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

Shades of Reef #D8F1AA

Tints of Reef #D8F1AA

Color information

#D8F1AA (or 0xD8F1AA) is unknown color: approx Reef. HEX triplet: D8, F1 and AA. RGB value is (216,241,170). Sum of RGB (Red+Green+Blue) = 216+241+170=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 241 (94.53% from 255 or 38.44% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F1AA is #270E55. Grayscale: #E1E1E1. Windows color (decimal): -2559574 or 11203032. OLE color: 11203032.

HSL color Cylindrical-coordinate representation of color #D8F1AA: hue angle of 81.13º degrees, saturation: 0.72, 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 #D8F1AA is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB216241170-
CMYK0.1000.290.05
HSL81.13º71.72%80.59%-
HSV(B)81.13º29.46%94.51%-
XYZ67.0380.4150.02-
YUV225.4396.72121.27-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 241 (94.53% from 255) = 38.44%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=34.45%
G=38.44%
B=27.11%

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
Decimal2162411700.1000.290.0581.1371.7280.59
HexD8F1AAA01D5514851
Octal330361252120355121110121
Binary1101100011110001101010101010011101101101000110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F1AA; }

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

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

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

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

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

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

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

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