#D8F2AA

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

Shades of Reef #D8F2AA

Tints of Reef #D8F2AA

Color information

#D8F2AA (or 0xD8F2AA) is unknown color: approx Reef. HEX triplet: D8, F2 and AA. RGB value is (216,242,170). Sum of RGB (Red+Green+Blue) = 216+242+170=628 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.39% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F2AA is #270D55. Grayscale: #E2E2E2. Windows color (decimal): -2559318 or 11203288. OLE color: 11203288.

HSL color Cylindrical-coordinate representation of color #D8F2AA: hue angle of 81.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8F2AA is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB216242170-
CMYK0.1100.300.05
HSL81.67º73.47%80.78%-
HSV(B)81.67º29.75%94.9%-
XYZ67.3381.0150.12-
YUV226.0296.39120.85-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.39%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 170 (66.80% from 255) = 27.07%
R=34.39%
G=38.54%
B=27.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162421700.1100.300.0581.6773.4780.78
HexD8F2AAB01E5524951
Octal330362252130365122111121
Binary1101100011110010101010101011011110101101001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2AA; }

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

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

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

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

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

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

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

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