Shades of Reef #D3FDAE
Tints of Reef #D3FDAE
RGB
CMYK
RGB Variations
Color information
#D3FDAE (or 0xD3FDAE) is known color: Reef. HEX triplet: D3, FD and AE. RGB value is (211,253,174). Sum of RGB (Red+Green+Blue) = 211+253+174=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FDAE is #2C0251. Grayscale: #E7E7E7. Windows color (decimal): -2884178 or 11468243. OLE color: 11468243.
HSL color Cylindrical-coordinate representation of color #D3FDAE: hue angle of 91.9º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3FDAE is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 253 | 174 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.01 |
| HSL | 91.9º | 0.95% | 0.84% | - |
| HSV(B) | 91.9º | 0.31% | 0.99% | - |
| XYZ | 69.63 | 87.16 | 53.2 | - |
| YUV | 231.44 | 95.59 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 253 | 174 | 0.17 | 0 | 0.31 | 0.01 | 91.9 | 0.95 | 0.84 |
| Hex | D3 | FD | AE | 11 | 0 | 1F | 1 | 5C | 5F | 54 |
| Octal | 323 | 375 | 256 | 21 | 0 | 37 | 1 | 134 | 137 | 124 |
| Binary | 11010011 | 11111101 | 10101110 | 10001 | 0 | 11111 | 1 | 1011100 | 1011111 | 1010100 |
Color Harmonies of #D3FDAE
Complementary color
Monochromatic Colors of #D3FDAE
Black with #D3FDAE
Text Example
Text Example
White with #D3FDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FDAE; }
p { color: rgb(211,253,174); }
H1.HeaderClassName
{
color: #D3FDAE;
}
.AnyTagClassName
{
color: #D3FDAE;
}
</style>
background-color css
<style>
a { background-color: #D3FDAE; }
a { background-color: rgb(211,253,174); }
div.DivClassName
{
background-color: #D3FDAE;
}
.BgClassName
{
background-color: #D3FDAE;
}
</style>
border-color css
<style>
span { border-color: #D3FDAE; }
span { border-color: rgb(211,253,174); }
td.TdClassName
{
border-color: #D3FDAE;
}
.TagClassName
{
border-color: #D3FDAE;
}
</style>