#D3F1AD

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

Shades of Reef #D3F1AD

Tints of Reef #D3F1AD

Color information

#D3F1AD (or 0xD3F1AD) is unknown color: approx Reef. HEX triplet: D3, F1 and AD. RGB value is (211,241,173). Sum of RGB (Red+Green+Blue) = 211+241+173=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F1AD is #2C0E52. Grayscale: #E0E0E0. Windows color (decimal): -2887251 or 11399635. OLE color: 11399635.

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

Color convert

RGB211241173-
CMYK0.1200.280.05
HSL86.47º70.83%81.18%-
HSV(B)86.47º28.22%94.51%-
XYZ65.8679.7851.46-
YUV224.2899.06118.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.76%
GREEN value IS 241 (94.53% from 255) = 38.56%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=33.76%
G=38.56%
B=27.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112411730.1200.280.0586.4770.8381.18
HexD3F1ADC01C5564751
Octal323361255140345126107121
Binary1101001111110001101011011100011100101101011010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F1AD; }

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

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

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

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

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

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

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

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