#D1F3AD

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

Shades of Reef #D1F3AD

Tints of Reef #D1F3AD

Color information

#D1F3AD (or 0xD1F3AD) is unknown color: approx Reef. HEX triplet: D1, F3 and AD. RGB value is (209,243,173). Sum of RGB (Red+Green+Blue) = 209+243+173=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F3AD is #2E0C52. Grayscale: #E1E1E1. Windows color (decimal): -3017811 or 11400145. OLE color: 11400145.

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

Color convert

RGB209243173-
CMYK0.1400.290.05
HSL89.14º74.47%81.57%-
HSV(B)89.14º28.81%95.29%-
XYZ65.8980.6751.63-
YUV224.8598.74116.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 243 (95.31% from 255) = 38.88%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=33.44%
G=38.88%
B=27.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092431730.1400.290.0589.1474.4781.57
HexD1F3ADE01D5594a52
Octal321363255160355131112122
Binary1101000111110011101011011110011101101101100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F3AD; }

 p { color: rgb(209,243,173); }

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

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

 a { background-color: rgb(209,243,173); }

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

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

 span { border-color: rgb(209,243,173); }

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