Shades of Reef #DCF0B2
Tints of Reef #DCF0B2
RGB
CMYK
RGB Variations
Color information
#DCF0B2 (or 0xDCF0B2) is known color: Reef. HEX triplet: DC, F0 and B2. RGB value is (220,240,178). Sum of RGB (Red+Green+Blue) = 220+240+178=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 178 (69.92% from 255 or 27.90% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0B2 is #230F4D. Grayscale: #E3E3E3. Windows color (decimal): -2297678 or 11727068. OLE color: 11727068.
HSL color Cylindrical-coordinate representation of color #DCF0B2: hue angle of 79.35º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCF0B2 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 178 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.06 |
| HSL | 79.35º | 0.67% | 0.82% | - |
| HSV(B) | 79.35º | 0.26% | 0.94% | - |
| XYZ | 68.71 | 80.75 | 54.08 | - |
| YUV | 226.95 | 100.37 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 178 | 0.08 | 0 | 0.26 | 0.06 | 79.35 | 0.67 | 0.82 |
| Hex | DC | F0 | B2 | 8 | 0 | 1A | 6 | 4F | 43 | 52 |
| Octal | 334 | 360 | 262 | 10 | 0 | 32 | 6 | 117 | 103 | 122 |
| Binary | 11011100 | 11110000 | 10110010 | 1000 | 0 | 11010 | 110 | 1001111 | 1000011 | 1010010 |
Color Harmonies of #DCF0B2
Complementary color
Monochromatic Colors of #DCF0B2
Black with #DCF0B2
Text Example
Text Example
White with #DCF0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0B2; }
p { color: rgb(220,240,178); }
H1.HeaderClassName
{
color: #DCF0B2;
}
.AnyTagClassName
{
color: #DCF0B2;
}
</style>
background-color css
<style>
a { background-color: #DCF0B2; }
a { background-color: rgb(220,240,178); }
div.DivClassName
{
background-color: #DCF0B2;
}
.BgClassName
{
background-color: #DCF0B2;
}
</style>
border-color css
<style>
span { border-color: #DCF0B2; }
span { border-color: rgb(220,240,178); }
td.TdClassName
{
border-color: #DCF0B2;
}
.TagClassName
{
border-color: #DCF0B2;
}
</style>