Shades of Reef #DCFFB2
Tints of Reef #DCFFB2
RGB
CMYK
RGB Variations
Color information
#DCFFB2 (or 0xDCFFB2) is known color: Reef. HEX triplet: DC, FF and B2. RGB value is (220,255,178). Sum of RGB (Red+Green+Blue) = 220+255+178=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFB2 is #23004D. Grayscale: #ECECEC. Windows color (decimal): -2293838 or 11730908. OLE color: 11730908.
HSL color Cylindrical-coordinate representation of color #DCFFB2: hue angle of 87.27º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFFB2 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 178 | - |
CMYK | 0.14 | 0 | 0.30 | 0 |
HSL | 87.27º | 1% | 0.85% | - |
HSV(B) | 87.27º | 0.3% | 1% | - |
XYZ | 73.31 | 89.95 | 55.62 | - |
YUV | 235.76 | 95.4 | 116.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 178 | 0.14 | 0 | 0.30 | 0 | 87.27 | 1 | 0.85 |
Hex | DC | FF | B2 | E | 0 | 1E | 0 | 57 | 64 | 55 |
Octal | 334 | 377 | 262 | 16 | 0 | 36 | 0 | 127 | 144 | 125 |
Binary | 11011100 | 11111111 | 10110010 | 1110 | 0 | 11110 | 0 | 1010111 | 1100100 | 1010101 |
Color Harmonies of #DCFFB2
Complementary color
Monochromatic Colors of #DCFFB2
Black with #DCFFB2
Text Example
Text Example
White with #DCFFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFB2; }
p { color: rgb(220,255,178); }
H1.HeaderClassName
{
color: #DCFFB2;
}
.AnyTagClassName
{
color: #DCFFB2;
}
</style>
background-color css
<style>
a { background-color: #DCFFB2; }
a { background-color: rgb(220,255,178); }
div.DivClassName
{
background-color: #DCFFB2;
}
.BgClassName
{
background-color: #DCFFB2;
}
</style>
border-color css
<style>
span { border-color: #DCFFB2; }
span { border-color: rgb(220,255,178); }
td.TdClassName
{
border-color: #DCFFB2;
}
.TagClassName
{
border-color: #DCFFB2;
}
</style>