Shades of Reef #DCFDA2
Tints of Reef #DCFDA2
RGB
CMYK
RGB Variations
Color information
#DCFDA2 (or 0xDCFDA2) is known color: Reef. HEX triplet: DC, FD and A2. RGB value is (220,253,162). Sum of RGB (Red+Green+Blue) = 220+253+162=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 162 (63.67% from 255 or 25.51% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA2 is #23025D. Grayscale: #E9E9E9. Windows color (decimal): -2294366 or 10681820. OLE color: 10681820.
HSL color Cylindrical-coordinate representation of color #DCFDA2: hue angle of 81.76º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFDA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 162 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.01 |
| HSL | 81.76º | 0.96% | 0.81% | - |
| HSV(B) | 81.76º | 0.36% | 0.99% | - |
| XYZ | 71.16 | 88.07 | 47.43 | - |
| YUV | 232.76 | 88.07 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 162 | 0.13 | 0 | 0.36 | 0.01 | 81.76 | 0.96 | 0.81 |
| Hex | DC | FD | A2 | D | 0 | 24 | 1 | 52 | 60 | 51 |
| Octal | 334 | 375 | 242 | 15 | 0 | 44 | 1 | 122 | 140 | 121 |
| Binary | 11011100 | 11111101 | 10100010 | 1101 | 0 | 100100 | 1 | 1010010 | 1100000 | 1010001 |
Color Harmonies of #DCFDA2
Complementary color
Monochromatic Colors of #DCFDA2
Black with #DCFDA2
Text Example
Text Example
White with #DCFDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDA2; }
p { color: rgb(220,253,162); }
H1.HeaderClassName
{
color: #DCFDA2;
}
.AnyTagClassName
{
color: #DCFDA2;
}
</style>
background-color css
<style>
a { background-color: #DCFDA2; }
a { background-color: rgb(220,253,162); }
div.DivClassName
{
background-color: #DCFDA2;
}
.BgClassName
{
background-color: #DCFDA2;
}
</style>
border-color css
<style>
span { border-color: #DCFDA2; }
span { border-color: rgb(220,253,162); }
td.TdClassName
{
border-color: #DCFDA2;
}
.TagClassName
{
border-color: #DCFDA2;
}
</style>