Shades of Reef #DCFCB4
Tints of Reef #DCFCB4
RGB
CMYK
RGB Variations
Color information
#DCFCB4 (or 0xDCFCB4) is known color: Reef. HEX triplet: DC, FC and B4. RGB value is (220,252,180). Sum of RGB (Red+Green+Blue) = 220+252+180=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB4 is #23034B. Grayscale: #EAEAEA. Windows color (decimal): -2294604 or 11861212. OLE color: 11861212.
HSL color Cylindrical-coordinate representation of color #DCFCB4: hue angle of 86.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFCB4 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 180 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.01 |
| HSL | 86.67º | 0.92% | 0.85% | - |
| HSV(B) | 86.67º | 0.29% | 0.99% | - |
| XYZ | 72.56 | 88.13 | 56.37 | - |
| YUV | 234.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 180 | 0.13 | 0 | 0.29 | 0.01 | 86.67 | 0.92 | 0.85 |
| Hex | DC | FC | B4 | D | 0 | 1D | 1 | 57 | 5C | 55 |
| Octal | 334 | 374 | 264 | 15 | 0 | 35 | 1 | 127 | 134 | 125 |
| Binary | 11011100 | 11111100 | 10110100 | 1101 | 0 | 11101 | 1 | 1010111 | 1011100 | 1010101 |
Color Harmonies of #DCFCB4
Complementary color
Monochromatic Colors of #DCFCB4
Black with #DCFCB4
Text Example
Text Example
White with #DCFCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCB4; }
p { color: rgb(220,252,180); }
H1.HeaderClassName
{
color: #DCFCB4;
}
.AnyTagClassName
{
color: #DCFCB4;
}
</style>
background-color css
<style>
a { background-color: #DCFCB4; }
a { background-color: rgb(220,252,180); }
div.DivClassName
{
background-color: #DCFCB4;
}
.BgClassName
{
background-color: #DCFCB4;
}
</style>
border-color css
<style>
span { border-color: #DCFCB4; }
span { border-color: rgb(220,252,180); }
td.TdClassName
{
border-color: #DCFCB4;
}
.TagClassName
{
border-color: #DCFCB4;
}
</style>