Shades of Reef #D3FCAC
Tints of Reef #D3FCAC
RGB
CMYK
RGB Variations
Color information
#D3FCAC (or 0xD3FCAC) is known color: Reef. HEX triplet: D3, FC and AC. RGB value is (211,252,172). Sum of RGB (Red+Green+Blue) = 211+252+172=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FCAC is #2C0353. Grayscale: #E6E6E6. Windows color (decimal): -2884436 or 11336915. OLE color: 11336915.
HSL color Cylindrical-coordinate representation of color #D3FCAC: hue angle of 90.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3FCAC is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 252 | 172 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.01 |
| HSL | 90.75º | 0.93% | 0.83% | - |
| HSV(B) | 90.75º | 0.32% | 0.99% | - |
| XYZ | 69.12 | 86.45 | 52.07 | - |
| YUV | 230.62 | 94.92 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 252 | 172 | 0.16 | 0 | 0.32 | 0.01 | 90.75 | 0.93 | 0.83 |
| Hex | D3 | FC | AC | 10 | 0 | 20 | 1 | 5B | 5D | 53 |
| Octal | 323 | 374 | 254 | 20 | 0 | 40 | 1 | 133 | 135 | 123 |
| Binary | 11010011 | 11111100 | 10101100 | 10000 | 0 | 100000 | 1 | 1011011 | 1011101 | 1010011 |
Color Harmonies of #D3FCAC
Complementary color
Monochromatic Colors of #D3FCAC
Black with #D3FCAC
Text Example
Text Example
White with #D3FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FCAC; }
p { color: rgb(211,252,172); }
H1.HeaderClassName
{
color: #D3FCAC;
}
.AnyTagClassName
{
color: #D3FCAC;
}
</style>
background-color css
<style>
a { background-color: #D3FCAC; }
a { background-color: rgb(211,252,172); }
div.DivClassName
{
background-color: #D3FCAC;
}
.BgClassName
{
background-color: #D3FCAC;
}
</style>
border-color css
<style>
span { border-color: #D3FCAC; }
span { border-color: rgb(211,252,172); }
td.TdClassName
{
border-color: #D3FCAC;
}
.TagClassName
{
border-color: #D3FCAC;
}
</style>