Shades of Reef #DCFDA5
Tints of Reef #DCFDA5
RGB
CMYK
RGB Variations
Color information
#DCFDA5 (or 0xDCFDA5) is known color: Reef. HEX triplet: DC, FD and A5. RGB value is (220,253,165). Sum of RGB (Red+Green+Blue) = 220+253+165=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDA5 is #23025A. Grayscale: #E9E9E9. Windows color (decimal): -2294363 or 10878428. OLE color: 10878428.
HSL color Cylindrical-coordinate representation of color #DCFDA5: hue angle of 82.5º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFDA5 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 165 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.01 |
| HSL | 82.5º | 0.96% | 0.82% | - |
| HSV(B) | 82.5º | 0.35% | 0.99% | - |
| XYZ | 71.43 | 88.18 | 48.85 | - |
| YUV | 233.1 | 89.57 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 165 | 0.13 | 0 | 0.35 | 0.01 | 82.5 | 0.96 | 0.82 |
| Hex | DC | FD | A5 | D | 0 | 23 | 1 | 52 | 60 | 52 |
| Octal | 334 | 375 | 245 | 15 | 0 | 43 | 1 | 122 | 140 | 122 |
| Binary | 11011100 | 11111101 | 10100101 | 1101 | 0 | 100011 | 1 | 1010010 | 1100000 | 1010010 |
Color Harmonies of #DCFDA5
Complementary color
Monochromatic Colors of #DCFDA5
Black with #DCFDA5
Text Example
Text Example
White with #DCFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFDA5; }
p { color: rgb(220,253,165); }
H1.HeaderClassName
{
color: #DCFDA5;
}
.AnyTagClassName
{
color: #DCFDA5;
}
</style>
background-color css
<style>
a { background-color: #DCFDA5; }
a { background-color: rgb(220,253,165); }
div.DivClassName
{
background-color: #DCFDA5;
}
.BgClassName
{
background-color: #DCFDA5;
}
</style>
border-color css
<style>
span { border-color: #DCFDA5; }
span { border-color: rgb(220,253,165); }
td.TdClassName
{
border-color: #DCFDA5;
}
.TagClassName
{
border-color: #DCFDA5;
}
</style>