Shades of Reef #DCF5B2
Tints of Reef #DCF5B2
RGB
CMYK
RGB Variations
Color information
#DCF5B2 (or 0xDCF5B2) is known color: Reef. HEX triplet: DC, F5 and B2. RGB value is (220,245,178). Sum of RGB (Red+Green+Blue) = 220+245+178=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 178 (69.92% from 255 or 27.68% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5B2 is #230A4D. Grayscale: #E6E6E6. Windows color (decimal): -2296398 or 11728348. OLE color: 11728348.
HSL color Cylindrical-coordinate representation of color #DCF5B2: hue angle of 82.39º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF5B2 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 178 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.04 |
| HSL | 82.39º | 0.77% | 0.83% | - |
| HSV(B) | 82.39º | 0.27% | 0.96% | - |
| XYZ | 70.2 | 83.73 | 54.58 | - |
| YUV | 229.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 178 | 0.10 | 0 | 0.27 | 0.04 | 82.39 | 0.77 | 0.83 |
| Hex | DC | F5 | B2 | A | 0 | 1B | 4 | 52 | 4D | 53 |
| Octal | 334 | 365 | 262 | 12 | 0 | 33 | 4 | 122 | 115 | 123 |
| Binary | 11011100 | 11110101 | 10110010 | 1010 | 0 | 11011 | 100 | 1010010 | 1001101 | 1010011 |
Color Harmonies of #DCF5B2
Complementary color
Monochromatic Colors of #DCF5B2
Black with #DCF5B2
Text Example
Text Example
White with #DCF5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF5B2; }
p { color: rgb(220,245,178); }
H1.HeaderClassName
{
color: #DCF5B2;
}
.AnyTagClassName
{
color: #DCF5B2;
}
</style>
background-color css
<style>
a { background-color: #DCF5B2; }
a { background-color: rgb(220,245,178); }
div.DivClassName
{
background-color: #DCF5B2;
}
.BgClassName
{
background-color: #DCF5B2;
}
</style>
border-color css
<style>
span { border-color: #DCF5B2; }
span { border-color: rgb(220,245,178); }
td.TdClassName
{
border-color: #DCF5B2;
}
.TagClassName
{
border-color: #DCF5B2;
}
</style>