Shades of Reef #CDF4AA
Tints of Reef #CDF4AA
RGB
CMYK
RGB Variations
Color information
#CDF4AA (or 0xCDF4AA) is known color: Reef. HEX triplet: CD, F4 and AA. RGB value is (205,244,170). Sum of RGB (Red+Green+Blue) = 205+244+170=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF4AA is #320B55. Grayscale: #E0E0E0. Windows color (decimal): -3279702 or 11203789. OLE color: 11203789.
HSL color Cylindrical-coordinate representation of color #CDF4AA: hue angle of 91.62º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF4AA is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 170 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.04 |
| HSL | 91.62º | 0.77% | 0.81% | - |
| HSV(B) | 91.62º | 0.3% | 0.96% | - |
| XYZ | 64.78 | 80.58 | 50.17 | - |
| YUV | 223.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 170 | 0.16 | 0 | 0.30 | 0.04 | 91.62 | 0.77 | 0.81 |
| Hex | CD | F4 | AA | 10 | 0 | 1E | 4 | 5C | 4D | 51 |
| Octal | 315 | 364 | 252 | 20 | 0 | 36 | 4 | 134 | 115 | 121 |
| Binary | 11001101 | 11110100 | 10101010 | 10000 | 0 | 11110 | 100 | 1011100 | 1001101 | 1010001 |
Color Harmonies of #CDF4AA
Complementary color
Monochromatic Colors of #CDF4AA
Black with #CDF4AA
Text Example
Text Example
White with #CDF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4AA; }
p { color: rgb(205,244,170); }
H1.HeaderClassName
{
color: #CDF4AA;
}
.AnyTagClassName
{
color: #CDF4AA;
}
</style>
background-color css
<style>
a { background-color: #CDF4AA; }
a { background-color: rgb(205,244,170); }
div.DivClassName
{
background-color: #CDF4AA;
}
.BgClassName
{
background-color: #CDF4AA;
}
</style>
border-color css
<style>
span { border-color: #CDF4AA; }
span { border-color: rgb(205,244,170); }
td.TdClassName
{
border-color: #CDF4AA;
}
.TagClassName
{
border-color: #CDF4AA;
}
</style>