Shades of Reef #CDF0AD
Tints of Reef #CDF0AD
RGB
CMYK
RGB Variations
Color information
#CDF0AD (or 0xCDF0AD) is known color: Reef. HEX triplet: CD, F0 and AD. RGB value is (205,240,173). Sum of RGB (Red+Green+Blue) = 205+240+173=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0AD is #320F52. Grayscale: #DEDEDE. Windows color (decimal): -3280723 or 11399373. OLE color: 11399373.
HSL color Cylindrical-coordinate representation of color #CDF0AD: hue angle of 91.34º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDF0AD is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 173 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.06 |
| HSL | 91.34º | 0.69% | 0.81% | - |
| HSV(B) | 91.34º | 0.28% | 0.94% | - |
| XYZ | 63.88 | 78.32 | 51.28 | - |
| YUV | 221.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 173 | 0.15 | 0 | 0.28 | 0.06 | 91.34 | 0.69 | 0.81 |
| Hex | CD | F0 | AD | F | 0 | 1C | 6 | 5B | 45 | 51 |
| Octal | 315 | 360 | 255 | 17 | 0 | 34 | 6 | 133 | 105 | 121 |
| Binary | 11001101 | 11110000 | 10101101 | 1111 | 0 | 11100 | 110 | 1011011 | 1000101 | 1010001 |
Color Harmonies of #CDF0AD
Complementary color
Monochromatic Colors of #CDF0AD
Black with #CDF0AD
Text Example
Text Example
White with #CDF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0AD; }
p { color: rgb(205,240,173); }
H1.HeaderClassName
{
color: #CDF0AD;
}
.AnyTagClassName
{
color: #CDF0AD;
}
</style>
background-color css
<style>
a { background-color: #CDF0AD; }
a { background-color: rgb(205,240,173); }
div.DivClassName
{
background-color: #CDF0AD;
}
.BgClassName
{
background-color: #CDF0AD;
}
</style>
border-color css
<style>
span { border-color: #CDF0AD; }
span { border-color: rgb(205,240,173); }
td.TdClassName
{
border-color: #CDF0AD;
}
.TagClassName
{
border-color: #CDF0AD;
}
</style>