#D6F1B0

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

Shades of Reef #D6F1B0

Tints of Reef #D6F1B0

Color information

#D6F1B0 (or 0xD6F1B0) is unknown color: approx Reef. HEX triplet: D6, F1 and B0. RGB value is (214,241,176). Sum of RGB (Red+Green+Blue) = 214+241+176=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 176 (69.14% from 255 or 27.89% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1B0 is #290E4F. Grayscale: #E1E1E1. Windows color (decimal): -2690640 or 11596246. OLE color: 11596246.

HSL color Cylindrical-coordinate representation of color #D6F1B0: hue angle of 84.92º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6F1B0 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB214241176-
CMYK0.1100.270.05
HSL84.92º69.89%81.76%-
HSV(B)84.92º26.97%94.51%-
XYZ67.0280.3453.05-
YUV225.52100.05119.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 176 (69.14% from 255) = 27.89%
R=33.91%
G=38.19%
B=27.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411760.1100.270.0584.9269.8981.76
HexD6F1B0B01B5554652
Octal326361260130335125106122
Binary1101011011110001101100001011011011101101010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1B0; }

 p { color: rgb(214,241,176); }

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

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

 a { background-color: rgb(214,241,176); }

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

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

 span { border-color: rgb(214,241,176); }

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