Shades of Reef #CDF6AC
Tints of Reef #CDF6AC
RGB
CMYK
RGB Variations
Color information
#CDF6AC (or 0xCDF6AC) is known color: Reef. HEX triplet: CD, F6 and AC. RGB value is (205,246,172). Sum of RGB (Red+Green+Blue) = 205+246+172=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 246 (96.48% from 255 or 39.49% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF6AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF6AC is #320953. Grayscale: #E1E1E1. Windows color (decimal): -3279188 or 11335373. OLE color: 11335373.
HSL color Cylindrical-coordinate representation of color #CDF6AC: hue angle of 93.24º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF6AC is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 172 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.04 |
| HSL | 93.24º | 0.8% | 0.82% | - |
| HSV(B) | 93.24º | 0.3% | 0.96% | - |
| XYZ | 65.58 | 81.87 | 51.38 | - |
| YUV | 225.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 172 | 0.17 | 0 | 0.30 | 0.04 | 93.24 | 0.8 | 0.82 |
| Hex | CD | F6 | AC | 11 | 0 | 1E | 4 | 5D | 50 | 52 |
| Octal | 315 | 366 | 254 | 21 | 0 | 36 | 4 | 135 | 120 | 122 |
| Binary | 11001101 | 11110110 | 10101100 | 10001 | 0 | 11110 | 100 | 1011101 | 1010000 | 1010010 |
Color Harmonies of #CDF6AC
Complementary color
Monochromatic Colors of #CDF6AC
Black with #CDF6AC
Text Example
Text Example
White with #CDF6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF6AC; }
p { color: rgb(205,246,172); }
H1.HeaderClassName
{
color: #CDF6AC;
}
.AnyTagClassName
{
color: #CDF6AC;
}
</style>
background-color css
<style>
a { background-color: #CDF6AC; }
a { background-color: rgb(205,246,172); }
div.DivClassName
{
background-color: #CDF6AC;
}
.BgClassName
{
background-color: #CDF6AC;
}
</style>
border-color css
<style>
span { border-color: #CDF6AC; }
span { border-color: rgb(205,246,172); }
td.TdClassName
{
border-color: #CDF6AC;
}
.TagClassName
{
border-color: #CDF6AC;
}
</style>