Shades of Reef #CDF3A9
Tints of Reef #CDF3A9
RGB
CMYK
RGB Variations
Color information
#CDF3A9 (or 0xCDF3A9) is known color: Reef. HEX triplet: CD, F3 and A9. RGB value is (205,243,169). Sum of RGB (Red+Green+Blue) = 205+243+169=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 243 (95.31% from 255 or 39.38% from 617); Blue value is 169 (66.41% from 255 or 27.39% from 617); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3A9 is #320C56. Grayscale: #DFDFDF. Windows color (decimal): -3279959 or 11137997. OLE color: 11137997.
HSL color Cylindrical-coordinate representation of color #CDF3A9: hue angle of 90.81º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF3A9 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 169 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.05 |
| HSL | 90.81º | 0.76% | 0.81% | - |
| HSV(B) | 90.81º | 0.3% | 0.95% | - |
| XYZ | 64.39 | 79.94 | 49.57 | - |
| YUV | 223.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 169 | 0.16 | 0 | 0.30 | 0.05 | 90.81 | 0.76 | 0.81 |
| Hex | CD | F3 | A9 | 10 | 0 | 1E | 5 | 5B | 4C | 51 |
| Octal | 315 | 363 | 251 | 20 | 0 | 36 | 5 | 133 | 114 | 121 |
| Binary | 11001101 | 11110011 | 10101001 | 10000 | 0 | 11110 | 101 | 1011011 | 1001100 | 1010001 |
Color Harmonies of #CDF3A9
Complementary color
Monochromatic Colors of #CDF3A9
Black with #CDF3A9
Text Example
Text Example
White with #CDF3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3A9; }
p { color: rgb(205,243,169); }
H1.HeaderClassName
{
color: #CDF3A9;
}
.AnyTagClassName
{
color: #CDF3A9;
}
</style>
background-color css
<style>
a { background-color: #CDF3A9; }
a { background-color: rgb(205,243,169); }
div.DivClassName
{
background-color: #CDF3A9;
}
.BgClassName
{
background-color: #CDF3A9;
}
</style>
border-color css
<style>
span { border-color: #CDF3A9; }
span { border-color: rgb(205,243,169); }
td.TdClassName
{
border-color: #CDF3A9;
}
.TagClassName
{
border-color: #CDF3A9;
}
</style>