Shades of Reef #DCFDA6
Tints of Reef #DCFDA6
RGB
CMYK
RGB Variations
Color information
#DCFDA6 (or 0xDCFDA6) is known color: Reef. HEX triplet: DC, FD and A6. RGB value is (220,253,166). Sum of RGB (Red+Green+Blue) = 220+253+166=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA6 is #230259. Grayscale: #E9E9E9. Windows color (decimal): -2294362 or 10943964. OLE color: 10943964.
HSL color Cylindrical-coordinate representation of color #DCFDA6: hue angle of 82.76º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFDA6 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 253 | 166 | - |
CMYK | 0.13 | 0 | 0.34 | 0.01 |
HSL | 82.76º | 0.96% | 0.82% | - |
HSV(B) | 82.76º | 0.34% | 0.99% | - |
XYZ | 71.52 | 88.22 | 49.33 | - |
YUV | 233.22 | 90.07 | 118.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 253 | 166 | 0.13 | 0 | 0.34 | 0.01 | 82.76 | 0.96 | 0.82 |
Hex | DC | FD | A6 | D | 0 | 22 | 1 | 53 | 60 | 52 |
Octal | 334 | 375 | 246 | 15 | 0 | 42 | 1 | 123 | 140 | 122 |
Binary | 11011100 | 11111101 | 10100110 | 1101 | 0 | 100010 | 1 | 1010011 | 1100000 | 1010010 |
Color Harmonies of #DCFDA6
Complementary color
Monochromatic Colors of #DCFDA6
Black with #DCFDA6
Text Example
Text Example
White with #DCFDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDA6; }
p { color: rgb(220,253,166); }
H1.HeaderClassName
{
color: #DCFDA6;
}
.AnyTagClassName
{
color: #DCFDA6;
}
</style>
background-color css
<style>
a { background-color: #DCFDA6; }
a { background-color: rgb(220,253,166); }
div.DivClassName
{
background-color: #DCFDA6;
}
.BgClassName
{
background-color: #DCFDA6;
}
</style>
border-color css
<style>
span { border-color: #DCFDA6; }
span { border-color: rgb(220,253,166); }
td.TdClassName
{
border-color: #DCFDA6;
}
.TagClassName
{
border-color: #DCFDA6;
}
</style>