#D6F1AB

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

Shades of Reef #D6F1AB

Tints of Reef #D6F1AB

Color information

#D6F1AB (or 0xD6F1AB) is unknown color: approx Reef. HEX triplet: D6, F1 and AB. RGB value is (214,241,171). Sum of RGB (Red+Green+Blue) = 214+241+171=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1AB is #290E54. Grayscale: #E1E1E1. Windows color (decimal): -2690645 or 11268566. OLE color: 11268566.

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

Color convert

RGB214241171-
CMYK0.1100.290.05
HSL83.14º71.43%80.78%-
HSV(B)83.14º29.05%94.51%-
XYZ66.5480.1550.49-
YUV224.9597.55120.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=34.19%
G=38.50%
B=27.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411710.1100.290.0583.1471.4380.78
HexD6F1ABB01D5534751
Octal326361253130355123107121
Binary1101011011110001101010111011011101101101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1AB; }

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

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

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

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

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

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

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

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