Shades of Reef #CDFFA1
Tints of Reef #CDFFA1
RGB
CMYK
RGB Variations
Color information
#CDFFA1 (or 0xCDFFA1) is known color: Reef. HEX triplet: CD, FF and A1. RGB value is (205,255,161). Sum of RGB (Red+Green+Blue) = 205+255+161=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFFA1 is #32005E. Grayscale: #E5E5E5. Windows color (decimal): -3276895 or 10616781. OLE color: 10616781.
HSL color Cylindrical-coordinate representation of color #CDFFA1: hue angle of 91.91º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CDFFA1 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 161 | - |
| CMYK | 0.20 | 0 | 0.37 | 0 |
| HSL | 91.91º | 1% | 0.82% | - |
| HSV(B) | 91.91º | 0.37% | 1% | - |
| XYZ | 67.37 | 87.07 | 46.97 | - |
| YUV | 229.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 161 | 0.20 | 0 | 0.37 | 0 | 91.91 | 1 | 0.82 |
| Hex | CD | FF | A1 | 14 | 0 | 25 | 0 | 5C | 64 | 52 |
| Octal | 315 | 377 | 241 | 24 | 0 | 45 | 0 | 134 | 144 | 122 |
| Binary | 11001101 | 11111111 | 10100001 | 10100 | 0 | 100101 | 0 | 1011100 | 1100100 | 1010010 |
Color Harmonies of #CDFFA1
Complementary color
Monochromatic Colors of #CDFFA1
Black with #CDFFA1
Text Example
Text Example
White with #CDFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFA1; }
p { color: rgb(205,255,161); }
H1.HeaderClassName
{
color: #CDFFA1;
}
.AnyTagClassName
{
color: #CDFFA1;
}
</style>
background-color css
<style>
a { background-color: #CDFFA1; }
a { background-color: rgb(205,255,161); }
div.DivClassName
{
background-color: #CDFFA1;
}
.BgClassName
{
background-color: #CDFFA1;
}
</style>
border-color css
<style>
span { border-color: #CDFFA1; }
span { border-color: rgb(205,255,161); }
td.TdClassName
{
border-color: #CDFFA1;
}
.TagClassName
{
border-color: #CDFFA1;
}
</style>