Shades of Reef #DCFCAB
Tints of Reef #DCFCAB
RGB
CMYK
RGB Variations
Color information
#DCFCAB (or 0xDCFCAB) is known color: Reef. HEX triplet: DC, FC and AB. RGB value is (220,252,171). Sum of RGB (Red+Green+Blue) = 220+252+171=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCAB is #230354. Grayscale: #E9E9E9. Windows color (decimal): -2294613 or 11271388. OLE color: 11271388.
HSL color Cylindrical-coordinate representation of color #DCFCAB: hue angle of 83.7º 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 #DCFCAB is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 171 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.01 |
| HSL | 83.7º | 0.93% | 0.83% | - |
| HSV(B) | 83.7º | 0.32% | 0.99% | - |
| XYZ | 71.68 | 87.78 | 51.69 | - |
| YUV | 233.2 | 92.9 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 171 | 0.13 | 0 | 0.32 | 0.01 | 83.7 | 0.93 | 0.83 |
| Hex | DC | FC | AB | D | 0 | 20 | 1 | 54 | 5D | 53 |
| Octal | 334 | 374 | 253 | 15 | 0 | 40 | 1 | 124 | 135 | 123 |
| Binary | 11011100 | 11111100 | 10101011 | 1101 | 0 | 100000 | 1 | 1010100 | 1011101 | 1010011 |
Color Harmonies of #DCFCAB
Complementary color
Monochromatic Colors of #DCFCAB
Black with #DCFCAB
Text Example
Text Example
White with #DCFCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCAB; }
p { color: rgb(220,252,171); }
H1.HeaderClassName
{
color: #DCFCAB;
}
.AnyTagClassName
{
color: #DCFCAB;
}
</style>
background-color css
<style>
a { background-color: #DCFCAB; }
a { background-color: rgb(220,252,171); }
div.DivClassName
{
background-color: #DCFCAB;
}
.BgClassName
{
background-color: #DCFCAB;
}
</style>
border-color css
<style>
span { border-color: #DCFCAB; }
span { border-color: rgb(220,252,171); }
td.TdClassName
{
border-color: #DCFCAB;
}
.TagClassName
{
border-color: #DCFCAB;
}
</style>