Shades of Reef #CDF1AA
Tints of Reef #CDF1AA
RGB
CMYK
RGB Variations
Color information
#CDF1AA (or 0xCDF1AA) is known color: Reef. HEX triplet: CD, F1 and AA. RGB value is (205,241,170). Sum of RGB (Red+Green+Blue) = 205+241+170=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF1AA is #320E55. Grayscale: #DEDEDE. Windows color (decimal): -3280470 or 11203021. OLE color: 11203021.
HSL color Cylindrical-coordinate representation of color #CDF1AA: hue angle of 90.42º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDF1AA is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 170 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.05 |
| HSL | 90.42º | 0.72% | 0.81% | - |
| HSV(B) | 90.42º | 0.29% | 0.95% | - |
| XYZ | 63.89 | 78.79 | 49.87 | - |
| YUV | 222.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 170 | 0.15 | 0 | 0.29 | 0.05 | 90.42 | 0.72 | 0.81 |
| Hex | CD | F1 | AA | F | 0 | 1D | 5 | 5A | 48 | 51 |
| Octal | 315 | 361 | 252 | 17 | 0 | 35 | 5 | 132 | 110 | 121 |
| Binary | 11001101 | 11110001 | 10101010 | 1111 | 0 | 11101 | 101 | 1011010 | 1001000 | 1010001 |
Color Harmonies of #CDF1AA
Complementary color
Monochromatic Colors of #CDF1AA
Black with #CDF1AA
Text Example
Text Example
White with #CDF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1AA; }
p { color: rgb(205,241,170); }
H1.HeaderClassName
{
color: #CDF1AA;
}
.AnyTagClassName
{
color: #CDF1AA;
}
</style>
background-color css
<style>
a { background-color: #CDF1AA; }
a { background-color: rgb(205,241,170); }
div.DivClassName
{
background-color: #CDF1AA;
}
.BgClassName
{
background-color: #CDF1AA;
}
</style>
border-color css
<style>
span { border-color: #CDF1AA; }
span { border-color: rgb(205,241,170); }
td.TdClassName
{
border-color: #CDF1AA;
}
.TagClassName
{
border-color: #CDF1AA;
}
</style>