Shades of Reef #DCFBA8
Tints of Reef #DCFBA8
RGB
CMYK
RGB Variations
Color information
#DCFBA8 (or 0xDCFBA8) is known color: Reef. HEX triplet: DC, FB and A8. RGB value is (220,251,168). Sum of RGB (Red+Green+Blue) = 220+251+168=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBA8 is #230457. Grayscale: #E8E8E8. Windows color (decimal): -2294872 or 11074524. OLE color: 11074524.
HSL color Cylindrical-coordinate representation of color #DCFBA8: hue angle of 82.41º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCFBA8 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 168 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 82.41º | 0.91% | 0.82% | - |
| HSV(B) | 82.41º | 0.33% | 0.98% | - |
| XYZ | 71.08 | 87.04 | 50.1 | - |
| YUV | 232.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 168 | 0.12 | 0 | 0.33 | 0.02 | 82.41 | 0.91 | 0.82 |
| Hex | DC | FB | A8 | C | 0 | 21 | 2 | 52 | 5B | 52 |
| Octal | 334 | 373 | 250 | 14 | 0 | 41 | 2 | 122 | 133 | 122 |
| Binary | 11011100 | 11111011 | 10101000 | 1100 | 0 | 100001 | 10 | 1010010 | 1011011 | 1010010 |
Color Harmonies of #DCFBA8
Complementary color
Monochromatic Colors of #DCFBA8
Black with #DCFBA8
Text Example
Text Example
White with #DCFBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBA8; }
p { color: rgb(220,251,168); }
H1.HeaderClassName
{
color: #DCFBA8;
}
.AnyTagClassName
{
color: #DCFBA8;
}
</style>
background-color css
<style>
a { background-color: #DCFBA8; }
a { background-color: rgb(220,251,168); }
div.DivClassName
{
background-color: #DCFBA8;
}
.BgClassName
{
background-color: #DCFBA8;
}
</style>
border-color css
<style>
span { border-color: #DCFBA8; }
span { border-color: rgb(220,251,168); }
td.TdClassName
{
border-color: #DCFBA8;
}
.TagClassName
{
border-color: #DCFBA8;
}
</style>