Shades of Reef #DCFDB2
Tints of Reef #DCFDB2
RGB
CMYK
RGB Variations
Color information
#DCFDB2 (or 0xDCFDB2) is known color: Reef. HEX triplet: DC, FD and B2. RGB value is (220,253,178). Sum of RGB (Red+Green+Blue) = 220+253+178=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDB2 is #23024D. Grayscale: #EAEAEA. Windows color (decimal): -2294350 or 11730396. OLE color: 11730396.
HSL color Cylindrical-coordinate representation of color #DCFDB2: hue angle of 86.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFDB2 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 178 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.01 |
| HSL | 86.4º | 0.95% | 0.85% | - |
| HSV(B) | 86.4º | 0.3% | 0.99% | - |
| XYZ | 72.68 | 88.68 | 55.41 | - |
| YUV | 234.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 178 | 0.13 | 0 | 0.30 | 0.01 | 86.4 | 0.95 | 0.85 |
| Hex | DC | FD | B2 | D | 0 | 1E | 1 | 56 | 5F | 55 |
| Octal | 334 | 375 | 262 | 15 | 0 | 36 | 1 | 126 | 137 | 125 |
| Binary | 11011100 | 11111101 | 10110010 | 1101 | 0 | 11110 | 1 | 1010110 | 1011111 | 1010101 |
Color Harmonies of #DCFDB2
Complementary color
Monochromatic Colors of #DCFDB2
Black with #DCFDB2
Text Example
Text Example
White with #DCFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDB2; }
p { color: rgb(220,253,178); }
H1.HeaderClassName
{
color: #DCFDB2;
}
.AnyTagClassName
{
color: #DCFDB2;
}
</style>
background-color css
<style>
a { background-color: #DCFDB2; }
a { background-color: rgb(220,253,178); }
div.DivClassName
{
background-color: #DCFDB2;
}
.BgClassName
{
background-color: #DCFDB2;
}
</style>
border-color css
<style>
span { border-color: #DCFDB2; }
span { border-color: rgb(220,253,178); }
td.TdClassName
{
border-color: #DCFDB2;
}
.TagClassName
{
border-color: #DCFDB2;
}
</style>