Shades of Reef #DCFFA5
Tints of Reef #DCFFA5
RGB
CMYK
RGB Variations
Color information
#DCFFA5 (or 0xDCFFA5) is known color: Reef. HEX triplet: DC, FF and A5. RGB value is (220,255,165). Sum of RGB (Red+Green+Blue) = 220+255+165=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA5 is #23005A. Grayscale: #EAEAEA. Windows color (decimal): -2293851 or 10878940. OLE color: 10878940.
HSL color Cylindrical-coordinate representation of color #DCFFA5: hue angle of 83.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCFFA5 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 165 | - |
| CMYK | 0.14 | 0 | 0.35 | 0 |
| HSL | 83.33º | 1% | 0.82% | - |
| HSV(B) | 83.33º | 0.35% | 1% | - |
| XYZ | 72.07 | 89.45 | 49.07 | - |
| YUV | 234.28 | 88.9 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 165 | 0.14 | 0 | 0.35 | 0 | 83.33 | 1 | 0.82 |
| Hex | DC | FF | A5 | E | 0 | 23 | 0 | 53 | 64 | 52 |
| Octal | 334 | 377 | 245 | 16 | 0 | 43 | 0 | 123 | 144 | 122 |
| Binary | 11011100 | 11111111 | 10100101 | 1110 | 0 | 100011 | 0 | 1010011 | 1100100 | 1010010 |
Color Harmonies of #DCFFA5
Complementary color
Monochromatic Colors of #DCFFA5
Black with #DCFFA5
Text Example
Text Example
White with #DCFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFA5; }
p { color: rgb(220,255,165); }
H1.HeaderClassName
{
color: #DCFFA5;
}
.AnyTagClassName
{
color: #DCFFA5;
}
</style>
background-color css
<style>
a { background-color: #DCFFA5; }
a { background-color: rgb(220,255,165); }
div.DivClassName
{
background-color: #DCFFA5;
}
.BgClassName
{
background-color: #DCFFA5;
}
</style>
border-color css
<style>
span { border-color: #DCFFA5; }
span { border-color: rgb(220,255,165); }
td.TdClassName
{
border-color: #DCFFA5;
}
.TagClassName
{
border-color: #DCFFA5;
}
</style>