Shades of Reef #DCFBB2
Tints of Reef #DCFBB2
RGB
CMYK
RGB Variations
Color information
#DCFBB2 (or 0xDCFBB2) is known color: Reef. HEX triplet: DC, FB and B2. RGB value is (220,251,178). Sum of RGB (Red+Green+Blue) = 220+251+178=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFBB2 is #23044D. Grayscale: #E9E9E9. Windows color (decimal): -2294862 or 11729884. OLE color: 11729884.
HSL color Cylindrical-coordinate representation of color #DCFBB2: hue angle of 85.48º 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 #DCFBB2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 178 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.02 |
| HSL | 85.48º | 0.9% | 0.84% | - |
| HSV(B) | 85.48º | 0.29% | 0.98% | - |
| XYZ | 72.05 | 87.42 | 55.2 | - |
| YUV | 233.41 | 96.73 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 178 | 0.12 | 0 | 0.29 | 0.02 | 85.48 | 0.9 | 0.84 |
| Hex | DC | FB | B2 | C | 0 | 1D | 2 | 55 | 5A | 54 |
| Octal | 334 | 373 | 262 | 14 | 0 | 35 | 2 | 125 | 132 | 124 |
| Binary | 11011100 | 11111011 | 10110010 | 1100 | 0 | 11101 | 10 | 1010101 | 1011010 | 1010100 |
Color Harmonies of #DCFBB2
Complementary color
Monochromatic Colors of #DCFBB2
Black with #DCFBB2
Text Example
Text Example
White with #DCFBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBB2; }
p { color: rgb(220,251,178); }
H1.HeaderClassName
{
color: #DCFBB2;
}
.AnyTagClassName
{
color: #DCFBB2;
}
</style>
background-color css
<style>
a { background-color: #DCFBB2; }
a { background-color: rgb(220,251,178); }
div.DivClassName
{
background-color: #DCFBB2;
}
.BgClassName
{
background-color: #DCFBB2;
}
</style>
border-color css
<style>
span { border-color: #DCFBB2; }
span { border-color: rgb(220,251,178); }
td.TdClassName
{
border-color: #DCFBB2;
}
.TagClassName
{
border-color: #DCFBB2;
}
</style>