#D6F3A7

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

Shades of Reef #D6F3A7

Tints of Reef #D6F3A7

Color information

#D6F3A7 (or 0xD6F3A7) is unknown color: approx Reef. HEX triplet: D6, F3 and A7. RGB value is (214,243,167). Sum of RGB (Red+Green+Blue) = 214+243+167=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 167 (65.62% from 255 or 26.76% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F3A7 is #290C58. Grayscale: #E1E1E1. Windows color (decimal): -2690137 or 11006934. OLE color: 11006934.

HSL color Cylindrical-coordinate representation of color #D6F3A7: hue angle of 82.89º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D6F3A7 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB214243167-
CMYK0.1200.310.05
HSL82.89º76%80.39%-
HSV(B)82.89º31.28%95.29%-
XYZ66.7681.1948.71-
YUV225.6694.89119.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 243 (95.31% from 255) = 38.94%
BLUE value IS 167 (65.62% from 255) = 26.76%
R=34.29%
G=38.94%
B=26.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142431670.1200.310.0582.897680.39
HexD6F3A7C01F5534c50
Octal326363247140375123114120
Binary1101011011110011101001111100011111101101001110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3A7; }

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

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

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

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

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

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

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

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