#D6F2AB

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

Shades of Reef #D6F2AB

Tints of Reef #D6F2AB

Color information

#D6F2AB (or 0xD6F2AB) is unknown color: approx Reef. HEX triplet: D6, F2 and AB. RGB value is (214,242,171). Sum of RGB (Red+Green+Blue) = 214+242+171=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F2AB is #290D54. Grayscale: #E1E1E1. Windows color (decimal): -2690389 or 11268822. OLE color: 11268822.

HSL color Cylindrical-coordinate representation of color #D6F2AB: hue angle of 83.66º degrees, saturation: 0.73, 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 #D6F2AB is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB214242171-
CMYK0.1200.290.05
HSL83.66º73.2%80.98%-
HSV(B)83.66º29.34%94.9%-
XYZ66.8380.7450.59-
YUV225.5397.22119.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 171 (67.19% from 255) = 27.27%
R=34.13%
G=38.60%
B=27.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142421710.1200.290.0583.6673.280.98
HexD6F2ABC01D5544951
Octal326362253140355124111121
Binary1101011011110010101010111100011101101101010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2AB; }

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

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

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

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

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

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

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

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