#D9F1AD

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

Shades of Reef #D9F1AD

Tints of Reef #D9F1AD

Color information

#D9F1AD (or 0xD9F1AD) is unknown color: approx Reef. HEX triplet: D9, F1 and AD. RGB value is (217,241,173). Sum of RGB (Red+Green+Blue) = 217+241+173=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F1AD is #260E52. Grayscale: #E2E2E2. Windows color (decimal): -2494035 or 11399641. OLE color: 11399641.

HSL color Cylindrical-coordinate representation of color #D9F1AD: hue angle of 81.18º 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 #D9F1AD is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB217241173-
CMYK0.1000.280.05
HSL81.18º70.83%81.18%-
HSV(B)81.18º28.22%94.51%-
XYZ67.6180.6851.54-
YUV226.0798.05121.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 173 (67.97% from 255) = 27.42%
R=34.39%
G=38.19%
B=27.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172411730.1000.280.0581.1870.8381.18
HexD9F1ADA01C5514751
Octal331361255120345121107121
Binary1101100111110001101011011010011100101101000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F1AD; }

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

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

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

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

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

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

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

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