Shades of Reef #DCFFA6
Tints of Reef #DCFFA6
RGB
CMYK
RGB Variations
Color information
#DCFFA6 (or 0xDCFFA6) is known color: Reef. HEX triplet: DC, FF and A6. RGB value is (220,255,166). Sum of RGB (Red+Green+Blue) = 220+255+166=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 166 (65.23% from 255 or 25.90% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA6 is #230059. Grayscale: #EAEAEA. Windows color (decimal): -2293850 or 10944476. OLE color: 10944476.
HSL color Cylindrical-coordinate representation of color #DCFFA6: hue angle of 83.6º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFFA6 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 255 | 166 | - |
CMYK | 0.14 | 0 | 0.35 | 0 |
HSL | 83.6º | 1% | 0.83% | - |
HSV(B) | 83.6º | 0.35% | 1% | - |
XYZ | 72.16 | 89.49 | 49.55 | - |
YUV | 234.39 | 89.4 | 117.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 255 | 166 | 0.14 | 0 | 0.35 | 0 | 83.6 | 1 | 0.83 |
Hex | DC | FF | A6 | E | 0 | 23 | 0 | 54 | 64 | 53 |
Octal | 334 | 377 | 246 | 16 | 0 | 43 | 0 | 124 | 144 | 123 |
Binary | 11011100 | 11111111 | 10100110 | 1110 | 0 | 100011 | 0 | 1010100 | 1100100 | 1010011 |
Color Harmonies of #DCFFA6
Complementary color
Monochromatic Colors of #DCFFA6
Black with #DCFFA6
Text Example
Text Example
White with #DCFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFA6; }
p { color: rgb(220,255,166); }
H1.HeaderClassName
{
color: #DCFFA6;
}
.AnyTagClassName
{
color: #DCFFA6;
}
</style>
background-color css
<style>
a { background-color: #DCFFA6; }
a { background-color: rgb(220,255,166); }
div.DivClassName
{
background-color: #DCFFA6;
}
.BgClassName
{
background-color: #DCFFA6;
}
</style>
border-color css
<style>
span { border-color: #DCFFA6; }
span { border-color: rgb(220,255,166); }
td.TdClassName
{
border-color: #DCFFA6;
}
.TagClassName
{
border-color: #DCFFA6;
}
</style>