Shades of Reef #DCF1B5
Tints of Reef #DCF1B5
RGB
CMYK
RGB Variations
Color information
#DCF1B5 (or 0xDCF1B5) is known color: Reef. HEX triplet: DC, F1 and B5. RGB value is (220,241,181). Sum of RGB (Red+Green+Blue) = 220+241+181=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1B5 is #230E4A. Grayscale: #E4E4E4. Windows color (decimal): -2297419 or 11923932. OLE color: 11923932.
HSL color Cylindrical-coordinate representation of color #DCF1B5: hue angle of 81º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCF1B5 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 181 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.05 |
| HSL | 81º | 0.68% | 0.83% | - |
| HSV(B) | 81º | 0.25% | 0.95% | - |
| XYZ | 69.31 | 81.46 | 55.79 | - |
| YUV | 227.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 181 | 0.09 | 0 | 0.25 | 0.05 | 81 | 0.68 | 0.83 |
| Hex | DC | F1 | B5 | 9 | 0 | 19 | 5 | 51 | 44 | 53 |
| Octal | 334 | 361 | 265 | 11 | 0 | 31 | 5 | 121 | 104 | 123 |
| Binary | 11011100 | 11110001 | 10110101 | 1001 | 0 | 11001 | 101 | 1010001 | 1000100 | 1010011 |
Color Harmonies of #DCF1B5
Complementary color
Monochromatic Colors of #DCF1B5
Black with #DCF1B5
Text Example
Text Example
White with #DCF1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF1B5; }
p { color: rgb(220,241,181); }
H1.HeaderClassName
{
color: #DCF1B5;
}
.AnyTagClassName
{
color: #DCF1B5;
}
</style>
background-color css
<style>
a { background-color: #DCF1B5; }
a { background-color: rgb(220,241,181); }
div.DivClassName
{
background-color: #DCF1B5;
}
.BgClassName
{
background-color: #DCF1B5;
}
</style>
border-color css
<style>
span { border-color: #DCF1B5; }
span { border-color: rgb(220,241,181); }
td.TdClassName
{
border-color: #DCF1B5;
}
.TagClassName
{
border-color: #DCF1B5;
}
</style>