#D6F1AD

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

Shades of Reef #D6F1AD

Tints of Reef #D6F1AD

Color information

#D6F1AD (or 0xD6F1AD) is unknown color: approx Reef. HEX triplet: D6, F1 and AD. RGB value is (214,241,173). Sum of RGB (Red+Green+Blue) = 214+241+173=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F1AD is #290E52. Grayscale: #E1E1E1. Windows color (decimal): -2690643 or 11399638. OLE color: 11399638.

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

Color convert

RGB214241173-
CMYK0.1100.280.05
HSL83.82º70.83%81.18%-
HSV(B)83.82º28.22%94.51%-
XYZ66.7380.2251.5-
YUV225.1898.55120.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.08%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=34.08%
G=38.38%
B=27.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142411730.1100.280.0583.8270.8381.18
HexD6F1ADB01C5544751
Octal326361255130345124107121
Binary1101011011110001101011011011011100101101010010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1AD; }

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

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

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

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

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

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

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

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