Shades of Reef #DCFDA3
Tints of Reef #DCFDA3
RGB
CMYK
RGB Variations
Color information
#DCFDA3 (or 0xDCFDA3) is known color: Reef. HEX triplet: DC, FD and A3. RGB value is (220,253,163). Sum of RGB (Red+Green+Blue) = 220+253+163=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 163 (64.06% from 255 or 25.63% from 636); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA3 is #23025C. Grayscale: #E9E9E9. Windows color (decimal): -2294365 or 10747356. OLE color: 10747356.
HSL color Cylindrical-coordinate representation of color #DCFDA3: hue angle of 82º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFDA3 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 163 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.01 |
| HSL | 82º | 0.96% | 0.82% | - |
| HSV(B) | 82º | 0.36% | 0.99% | - |
| XYZ | 71.25 | 88.11 | 47.9 | - |
| YUV | 232.87 | 88.57 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 163 | 0.13 | 0 | 0.36 | 0.01 | 82 | 0.96 | 0.82 |
| Hex | DC | FD | A3 | D | 0 | 24 | 1 | 52 | 60 | 52 |
| Octal | 334 | 375 | 243 | 15 | 0 | 44 | 1 | 122 | 140 | 122 |
| Binary | 11011100 | 11111101 | 10100011 | 1101 | 0 | 100100 | 1 | 1010010 | 1100000 | 1010010 |
Color Harmonies of #DCFDA3
Complementary color
Monochromatic Colors of #DCFDA3
Black with #DCFDA3
Text Example
Text Example
White with #DCFDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDA3; }
p { color: rgb(220,253,163); }
H1.HeaderClassName
{
color: #DCFDA3;
}
.AnyTagClassName
{
color: #DCFDA3;
}
</style>
background-color css
<style>
a { background-color: #DCFDA3; }
a { background-color: rgb(220,253,163); }
div.DivClassName
{
background-color: #DCFDA3;
}
.BgClassName
{
background-color: #DCFDA3;
}
</style>
border-color css
<style>
span { border-color: #DCFDA3; }
span { border-color: rgb(220,253,163); }
td.TdClassName
{
border-color: #DCFDA3;
}
.TagClassName
{
border-color: #DCFDA3;
}
</style>