Shades of Reef #D4FAA5
Tints of Reef #D4FAA5
RGB
CMYK
RGB Variations
Color information
#D4FAA5 (or 0xD4FAA5) is known color: Reef. HEX triplet: D4, FA and A5. RGB value is (212,250,165). Sum of RGB (Red+Green+Blue) = 212+250+165=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 165 (64.84% from 255 or 26.32% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FAA5 is #2B055A. Grayscale: #E5E5E5. Windows color (decimal): -2819419 or 10877652. OLE color: 10877652.
HSL color Cylindrical-coordinate representation of color #D4FAA5: hue angle of 86.82º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4FAA5 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 165 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.02 |
| HSL | 86.82º | 0.89% | 0.81% | - |
| HSV(B) | 86.82º | 0.34% | 0.98% | - |
| XYZ | 68.13 | 85.08 | 48.43 | - |
| YUV | 228.95 | 91.91 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 165 | 0.15 | 0 | 0.34 | 0.02 | 86.82 | 0.89 | 0.81 |
| Hex | D4 | FA | A5 | F | 0 | 22 | 2 | 57 | 59 | 51 |
| Octal | 324 | 372 | 245 | 17 | 0 | 42 | 2 | 127 | 131 | 121 |
| Binary | 11010100 | 11111010 | 10100101 | 1111 | 0 | 100010 | 10 | 1010111 | 1011001 | 1010001 |
Color Harmonies of #D4FAA5
Complementary color
Monochromatic Colors of #D4FAA5
Black with #D4FAA5
Text Example
Text Example
White with #D4FAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FAA5; }
p { color: rgb(212,250,165); }
H1.HeaderClassName
{
color: #D4FAA5;
}
.AnyTagClassName
{
color: #D4FAA5;
}
</style>
background-color css
<style>
a { background-color: #D4FAA5; }
a { background-color: rgb(212,250,165); }
div.DivClassName
{
background-color: #D4FAA5;
}
.BgClassName
{
background-color: #D4FAA5;
}
</style>
border-color css
<style>
span { border-color: #D4FAA5; }
span { border-color: rgb(212,250,165); }
td.TdClassName
{
border-color: #D4FAA5;
}
.TagClassName
{
border-color: #D4FAA5;
}
</style>