#D6F8A7

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

Shades of Reef #D6F8A7

Tints of Reef #D6F8A7

Color information

#D6F8A7 (or 0xD6F8A7) is unknown color: approx Reef. HEX triplet: D6, F8 and A7. RGB value is (214,248,167). Sum of RGB (Red+Green+Blue) = 214+248+167=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 248 (97.27% from 255 or 39.43% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F8A7 is #290758. Grayscale: #E4E4E4. Windows color (decimal): -2688857 or 11008214. OLE color: 11008214.

HSL color Cylindrical-coordinate representation of color #D6F8A7: hue angle of 85.19º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6F8A7 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB214248167-
CMYK0.1400.330.03
HSL85.19º85.26%81.37%-
HSV(B)85.19º32.66%97.25%-
XYZ68.2784.2249.22-
YUV228.693.24117.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 248 (97.27% from 255) = 39.43%
BLUE value IS 167 (65.62% from 255) = 26.55%
R=34.02%
G=39.43%
B=26.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142481670.1400.330.0385.1985.2681.37
HexD6F8A7E0213555551
Octal326370247160413125125121
Binary1101011011111000101001111110010000111101010110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F8A7; }

 p { color: rgb(214,248,167); }

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

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

 a { background-color: rgb(214,248,167); }

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

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

 span { border-color: rgb(214,248,167); }

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