Shades of Reef #D3FFA5
Tints of Reef #D3FFA5
RGB
CMYK
RGB Variations
Color information
#D3FFA5 (or 0xD3FFA5) is known color: Reef. HEX triplet: D3, FF and A5. RGB value is (211,255,165). Sum of RGB (Red+Green+Blue) = 211+255+165=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FFA5 is #2C005A. Grayscale: #E7E7E7. Windows color (decimal): -2883675 or 10878931. OLE color: 10878931.
HSL color Cylindrical-coordinate representation of color #D3FFA5: hue angle of 89.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3FFA5 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 255 | 165 | - |
| CMYK | 0.17 | 0 | 0.35 | 0 |
| HSL | 89.33º | 1% | 0.82% | - |
| HSV(B) | 89.33º | 0.35% | 1% | - |
| XYZ | 69.42 | 88.09 | 48.94 | - |
| YUV | 231.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 255 | 165 | 0.17 | 0 | 0.35 | 0 | 89.33 | 1 | 0.82 |
| Hex | D3 | FF | A5 | 11 | 0 | 23 | 0 | 59 | 64 | 52 |
| Octal | 323 | 377 | 245 | 21 | 0 | 43 | 0 | 131 | 144 | 122 |
| Binary | 11010011 | 11111111 | 10100101 | 10001 | 0 | 100011 | 0 | 1011001 | 1100100 | 1010010 |
Color Harmonies of #D3FFA5
Complementary color
Monochromatic Colors of #D3FFA5
Black with #D3FFA5
Text Example
Text Example
White with #D3FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FFA5; }
p { color: rgb(211,255,165); }
H1.HeaderClassName
{
color: #D3FFA5;
}
.AnyTagClassName
{
color: #D3FFA5;
}
</style>
background-color css
<style>
a { background-color: #D3FFA5; }
a { background-color: rgb(211,255,165); }
div.DivClassName
{
background-color: #D3FFA5;
}
.BgClassName
{
background-color: #D3FFA5;
}
</style>
border-color css
<style>
span { border-color: #D3FFA5; }
span { border-color: rgb(211,255,165); }
td.TdClassName
{
border-color: #D3FFA5;
}
.TagClassName
{
border-color: #D3FFA5;
}
</style>