Shades of Reef #DCF3B1
Tints of Reef #DCF3B1
RGB
CMYK
RGB Variations
Color information
#DCF3B1 (or 0xDCF3B1) is known color: Reef. HEX triplet: DC, F3 and B1. RGB value is (220,243,177). Sum of RGB (Red+Green+Blue) = 220+243+177=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 177 (69.53% from 255 or 27.66% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3B1 is #230C4E. Grayscale: #E4E4E4. Windows color (decimal): -2296911 or 11662300. OLE color: 11662300.
HSL color Cylindrical-coordinate representation of color #DCF3B1: hue angle of 80.91º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCF3B1 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 177 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.05 |
| HSL | 80.91º | 0.73% | 0.82% | - |
| HSV(B) | 80.91º | 0.27% | 0.95% | - |
| XYZ | 69.5 | 82.49 | 53.85 | - |
| YUV | 228.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 177 | 0.09 | 0 | 0.27 | 0.05 | 80.91 | 0.73 | 0.82 |
| Hex | DC | F3 | B1 | 9 | 0 | 1B | 5 | 51 | 49 | 52 |
| Octal | 334 | 363 | 261 | 11 | 0 | 33 | 5 | 121 | 111 | 122 |
| Binary | 11011100 | 11110011 | 10110001 | 1001 | 0 | 11011 | 101 | 1010001 | 1001001 | 1010010 |
Color Harmonies of #DCF3B1
Complementary color
Monochromatic Colors of #DCF3B1
Black with #DCF3B1
Text Example
Text Example
White with #DCF3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3B1; }
p { color: rgb(220,243,177); }
H1.HeaderClassName
{
color: #DCF3B1;
}
.AnyTagClassName
{
color: #DCF3B1;
}
</style>
background-color css
<style>
a { background-color: #DCF3B1; }
a { background-color: rgb(220,243,177); }
div.DivClassName
{
background-color: #DCF3B1;
}
.BgClassName
{
background-color: #DCF3B1;
}
</style>
border-color css
<style>
span { border-color: #DCF3B1; }
span { border-color: rgb(220,243,177); }
td.TdClassName
{
border-color: #DCF3B1;
}
.TagClassName
{
border-color: #DCF3B1;
}
</style>