Shades of Reef #CDF9A9
Tints of Reef #CDF9A9
RGB
CMYK
RGB Variations
Color information
#CDF9A9 (or 0xCDF9A9) is known color: Reef. HEX triplet: CD, F9 and A9. RGB value is (205,249,169). Sum of RGB (Red+Green+Blue) = 205+249+169=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF9A9 is #320656. Grayscale: #E3E3E3. Windows color (decimal): -3278423 or 11139533. OLE color: 11139533.
HSL color Cylindrical-coordinate representation of color #CDF9A9: hue angle of 93º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDF9A9 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 169 | - |
| CMYK | 0.18 | 0 | 0.32 | 0.02 |
| HSL | 93º | 0.87% | 0.82% | - |
| HSV(B) | 93º | 0.32% | 0.98% | - |
| XYZ | 66.21 | 83.6 | 50.18 | - |
| YUV | 226.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 169 | 0.18 | 0 | 0.32 | 0.02 | 93 | 0.87 | 0.82 |
| Hex | CD | F9 | A9 | 12 | 0 | 20 | 2 | 5D | 57 | 52 |
| Octal | 315 | 371 | 251 | 22 | 0 | 40 | 2 | 135 | 127 | 122 |
| Binary | 11001101 | 11111001 | 10101001 | 10010 | 0 | 100000 | 10 | 1011101 | 1010111 | 1010010 |
Color Harmonies of #CDF9A9
Complementary color
Monochromatic Colors of #CDF9A9
Black with #CDF9A9
Text Example
Text Example
White with #CDF9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9A9; }
p { color: rgb(205,249,169); }
H1.HeaderClassName
{
color: #CDF9A9;
}
.AnyTagClassName
{
color: #CDF9A9;
}
</style>
background-color css
<style>
a { background-color: #CDF9A9; }
a { background-color: rgb(205,249,169); }
div.DivClassName
{
background-color: #CDF9A9;
}
.BgClassName
{
background-color: #CDF9A9;
}
</style>
border-color css
<style>
span { border-color: #CDF9A9; }
span { border-color: rgb(205,249,169); }
td.TdClassName
{
border-color: #CDF9A9;
}
.TagClassName
{
border-color: #CDF9A9;
}
</style>