Shades of Reef #CDF3AA
Tints of Reef #CDF3AA
RGB
CMYK
RGB Variations
Color information
#CDF3AA (or 0xCDF3AA) is known color: Reef. HEX triplet: CD, F3 and AA. RGB value is (205,243,170). Sum of RGB (Red+Green+Blue) = 205+243+170=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 243 (95.31% from 255 or 39.32% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF3AA is #320C55. Grayscale: #DFDFDF. Windows color (decimal): -3279958 or 11203533. OLE color: 11203533.
HSL color Cylindrical-coordinate representation of color #CDF3AA: hue angle of 91.23º degrees, saturation: 0.75, 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 #CDF3AA is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 170 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.05 |
| HSL | 91.23º | 0.75% | 0.81% | - |
| HSV(B) | 91.23º | 0.3% | 0.95% | - |
| XYZ | 64.48 | 79.98 | 50.07 | - |
| YUV | 223.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 170 | 0.16 | 0 | 0.30 | 0.05 | 91.23 | 0.75 | 0.81 |
| Hex | CD | F3 | AA | 10 | 0 | 1E | 5 | 5B | 4B | 51 |
| Octal | 315 | 363 | 252 | 20 | 0 | 36 | 5 | 133 | 113 | 121 |
| Binary | 11001101 | 11110011 | 10101010 | 10000 | 0 | 11110 | 101 | 1011011 | 1001011 | 1010001 |
Color Harmonies of #CDF3AA
Complementary color
Monochromatic Colors of #CDF3AA
Black with #CDF3AA
Text Example
Text Example
White with #CDF3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3AA; }
p { color: rgb(205,243,170); }
H1.HeaderClassName
{
color: #CDF3AA;
}
.AnyTagClassName
{
color: #CDF3AA;
}
</style>
background-color css
<style>
a { background-color: #CDF3AA; }
a { background-color: rgb(205,243,170); }
div.DivClassName
{
background-color: #CDF3AA;
}
.BgClassName
{
background-color: #CDF3AA;
}
</style>
border-color css
<style>
span { border-color: #CDF3AA; }
span { border-color: rgb(205,243,170); }
td.TdClassName
{
border-color: #CDF3AA;
}
.TagClassName
{
border-color: #CDF3AA;
}
</style>