Shades of Reef #CDF5AD
Tints of Reef #CDF5AD
RGB
CMYK
RGB Variations
Color information
#CDF5AD (or 0xCDF5AD) is known color: Reef. HEX triplet: CD, F5 and AD. RGB value is (205,245,173). Sum of RGB (Red+Green+Blue) = 205+245+173=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF5AD is #320A52. Grayscale: #E1E1E1. Windows color (decimal): -3279443 or 11400653. OLE color: 11400653.
HSL color Cylindrical-coordinate representation of color #CDF5AD: hue angle of 93.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDF5AD is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 173 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.04 |
| HSL | 93.33º | 0.78% | 0.82% | - |
| HSV(B) | 93.33º | 0.29% | 0.96% | - |
| XYZ | 65.37 | 81.3 | 51.78 | - |
| YUV | 224.83 | 98.75 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 173 | 0.16 | 0 | 0.29 | 0.04 | 93.33 | 0.78 | 0.82 |
| Hex | CD | F5 | AD | 10 | 0 | 1D | 4 | 5D | 4E | 52 |
| Octal | 315 | 365 | 255 | 20 | 0 | 35 | 4 | 135 | 116 | 122 |
| Binary | 11001101 | 11110101 | 10101101 | 10000 | 0 | 11101 | 100 | 1011101 | 1001110 | 1010010 |
Color Harmonies of #CDF5AD
Complementary color
Monochromatic Colors of #CDF5AD
Black with #CDF5AD
Text Example
Text Example
White with #CDF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF5AD; }
p { color: rgb(205,245,173); }
H1.HeaderClassName
{
color: #CDF5AD;
}
.AnyTagClassName
{
color: #CDF5AD;
}
</style>
background-color css
<style>
a { background-color: #CDF5AD; }
a { background-color: rgb(205,245,173); }
div.DivClassName
{
background-color: #CDF5AD;
}
.BgClassName
{
background-color: #CDF5AD;
}
</style>
border-color css
<style>
span { border-color: #CDF5AD; }
span { border-color: rgb(205,245,173); }
td.TdClassName
{
border-color: #CDF5AD;
}
.TagClassName
{
border-color: #CDF5AD;
}
</style>