Shades of Reef #DCFDA8
Tints of Reef #DCFDA8
RGB
CMYK
RGB Variations
Color information
#DCFDA8 (or 0xDCFDA8) is known color: Reef. HEX triplet: DC, FD and A8. RGB value is (220,253,168). Sum of RGB (Red+Green+Blue) = 220+253+168=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA8 is #230257. Grayscale: #E9E9E9. Windows color (decimal): -2294360 or 11075036. OLE color: 11075036.
HSL color Cylindrical-coordinate representation of color #DCFDA8: hue angle of 83.29º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFDA8 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 168 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.01 |
| HSL | 83.29º | 0.96% | 0.83% | - |
| HSV(B) | 83.29º | 0.34% | 0.99% | - |
| XYZ | 71.71 | 88.29 | 50.31 | - |
| YUV | 233.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 168 | 0.13 | 0 | 0.34 | 0.01 | 83.29 | 0.96 | 0.83 |
| Hex | DC | FD | A8 | D | 0 | 22 | 1 | 53 | 60 | 53 |
| Octal | 334 | 375 | 250 | 15 | 0 | 42 | 1 | 123 | 140 | 123 |
| Binary | 11011100 | 11111101 | 10101000 | 1101 | 0 | 100010 | 1 | 1010011 | 1100000 | 1010011 |
Color Harmonies of #DCFDA8
Complementary color
Monochromatic Colors of #DCFDA8
Black with #DCFDA8
Text Example
Text Example
White with #DCFDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDA8; }
p { color: rgb(220,253,168); }
H1.HeaderClassName
{
color: #DCFDA8;
}
.AnyTagClassName
{
color: #DCFDA8;
}
</style>
background-color css
<style>
a { background-color: #DCFDA8; }
a { background-color: rgb(220,253,168); }
div.DivClassName
{
background-color: #DCFDA8;
}
.BgClassName
{
background-color: #DCFDA8;
}
</style>
border-color css
<style>
span { border-color: #DCFDA8; }
span { border-color: rgb(220,253,168); }
td.TdClassName
{
border-color: #DCFDA8;
}
.TagClassName
{
border-color: #DCFDA8;
}
</style>