#D6E7A7

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

Shades of Reef #D6E7A7

Tints of Reef #D6E7A7

Color information

#D6E7A7 (or 0xD6E7A7) is unknown color: approx Reef. HEX triplet: D6, E7 and A7. RGB value is (214,231,167). Sum of RGB (Red+Green+Blue) = 214+231+167=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E7A7 is #291858. Grayscale: #DADADA. Windows color (decimal): -2693209 or 11003862. OLE color: 11003862.

HSL color Cylindrical-coordinate representation of color #D6E7A7: hue angle of 75.94º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6E7A7 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB214231167-
CMYK0.0700.280.09
HSL75.94º57.14%78.04%-
HSV(B)75.94º27.71%90.59%-
XYZ63.2874.2447.55-
YUV218.6298.87124.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 231 (90.62% from 255) = 37.75%
BLUE value IS 167 (65.62% from 255) = 27.29%
R=34.97%
G=37.75%
B=27.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142311670.0700.280.0975.9457.1478.04
HexD6E7A7701C94c394e
Octal32634724770341111471116
Binary110101101110011110100111111011100100110011001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7A7; }

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

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

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

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

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

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

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

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