Shades of Reef #DCFBB3
Tints of Reef #DCFBB3
RGB
CMYK
RGB Variations
Color information
#DCFBB3 (or 0xDCFBB3) is known color: Reef. HEX triplet: DC, FB and B3. RGB value is (220,251,179). Sum of RGB (Red+Green+Blue) = 220+251+179=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 179 (70.31% from 255 or 27.54% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBB3 is #23044C. Grayscale: #E9E9E9. Windows color (decimal): -2294861 or 11795420. OLE color: 11795420.
HSL color Cylindrical-coordinate representation of color #DCFBB3: hue angle of 85.83º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCFBB3 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 179 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.02 |
| HSL | 85.83º | 0.9% | 0.84% | - |
| HSV(B) | 85.83º | 0.29% | 0.98% | - |
| XYZ | 72.15 | 87.46 | 55.73 | - |
| YUV | 233.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 179 | 0.12 | 0 | 0.29 | 0.02 | 85.83 | 0.9 | 0.84 |
| Hex | DC | FB | B3 | C | 0 | 1D | 2 | 56 | 5A | 54 |
| Octal | 334 | 373 | 263 | 14 | 0 | 35 | 2 | 126 | 132 | 124 |
| Binary | 11011100 | 11111011 | 10110011 | 1100 | 0 | 11101 | 10 | 1010110 | 1011010 | 1010100 |
Color Harmonies of #DCFBB3
Complementary color
Monochromatic Colors of #DCFBB3
Black with #DCFBB3
Text Example
Text Example
White with #DCFBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBB3; }
p { color: rgb(220,251,179); }
H1.HeaderClassName
{
color: #DCFBB3;
}
.AnyTagClassName
{
color: #DCFBB3;
}
</style>
background-color css
<style>
a { background-color: #DCFBB3; }
a { background-color: rgb(220,251,179); }
div.DivClassName
{
background-color: #DCFBB3;
}
.BgClassName
{
background-color: #DCFBB3;
}
</style>
border-color css
<style>
span { border-color: #DCFBB3; }
span { border-color: rgb(220,251,179); }
td.TdClassName
{
border-color: #DCFBB3;
}
.TagClassName
{
border-color: #DCFBB3;
}
</style>