Shades of Reef #DCF2B2
Tints of Reef #DCF2B2
RGB
CMYK
RGB Variations
Color information
#DCF2B2 (or 0xDCF2B2) is known color: Reef. HEX triplet: DC, F2 and B2. RGB value is (220,242,178). Sum of RGB (Red+Green+Blue) = 220+242+178=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF2B2 is #230D4D. Grayscale: #E4E4E4. Windows color (decimal): -2297166 or 11727580. OLE color: 11727580.
HSL color Cylindrical-coordinate representation of color #DCF2B2: hue angle of 80.62º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCF2B2 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 178 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.05 |
| HSL | 80.63º | 0.71% | 0.82% | - |
| HSV(B) | 80.63º | 0.26% | 0.95% | - |
| XYZ | 69.3 | 81.93 | 54.28 | - |
| YUV | 228.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 178 | 0.09 | 0 | 0.26 | 0.05 | 80.63 | 0.71 | 0.82 |
| Hex | DC | F2 | B2 | 9 | 0 | 1A | 5 | 51 | 47 | 52 |
| Octal | 334 | 362 | 262 | 11 | 0 | 32 | 5 | 121 | 107 | 122 |
| Binary | 11011100 | 11110010 | 10110010 | 1001 | 0 | 11010 | 101 | 1010001 | 1000111 | 1010010 |
Color Harmonies of #DCF2B2
Complementary color
Monochromatic Colors of #DCF2B2
Black with #DCF2B2
Text Example
Text Example
White with #DCF2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2B2; }
p { color: rgb(220,242,178); }
H1.HeaderClassName
{
color: #DCF2B2;
}
.AnyTagClassName
{
color: #DCF2B2;
}
</style>
background-color css
<style>
a { background-color: #DCF2B2; }
a { background-color: rgb(220,242,178); }
div.DivClassName
{
background-color: #DCF2B2;
}
.BgClassName
{
background-color: #DCF2B2;
}
</style>
border-color css
<style>
span { border-color: #DCF2B2; }
span { border-color: rgb(220,242,178); }
td.TdClassName
{
border-color: #DCF2B2;
}
.TagClassName
{
border-color: #DCF2B2;
}
</style>