Shades of Reef #CDF9A6
Tints of Reef #CDF9A6
RGB
CMYK
RGB Variations
Color information
#CDF9A6 (or 0xCDF9A6) is known color: Reef. HEX triplet: CD, F9 and A6. RGB value is (205,249,166). Sum of RGB (Red+Green+Blue) = 205+249+166=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 166 (65.23% from 255 or 26.77% from 620); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF9A6 is #320659. Grayscale: #E2E2E2. Windows color (decimal): -3278426 or 10942925. OLE color: 10942925.
HSL color Cylindrical-coordinate representation of color #CDF9A6: hue angle of 91.81º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDF9A6 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 166 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.02 |
| HSL | 91.81º | 0.87% | 0.81% | - |
| HSV(B) | 91.81º | 0.33% | 0.98% | - |
| XYZ | 65.94 | 83.48 | 48.72 | - |
| YUV | 226.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 166 | 0.18 | 0 | 0.33 | 0.02 | 91.81 | 0.87 | 0.81 |
| Hex | CD | F9 | A6 | 12 | 0 | 21 | 2 | 5C | 57 | 51 |
| Octal | 315 | 371 | 246 | 22 | 0 | 41 | 2 | 134 | 127 | 121 |
| Binary | 11001101 | 11111001 | 10100110 | 10010 | 0 | 100001 | 10 | 1011100 | 1010111 | 1010001 |
Color Harmonies of #CDF9A6
Complementary color
Monochromatic Colors of #CDF9A6
Black with #CDF9A6
Text Example
Text Example
White with #CDF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9A6; }
p { color: rgb(205,249,166); }
H1.HeaderClassName
{
color: #CDF9A6;
}
.AnyTagClassName
{
color: #CDF9A6;
}
</style>
background-color css
<style>
a { background-color: #CDF9A6; }
a { background-color: rgb(205,249,166); }
div.DivClassName
{
background-color: #CDF9A6;
}
.BgClassName
{
background-color: #CDF9A6;
}
</style>
border-color css
<style>
span { border-color: #CDF9A6; }
span { border-color: rgb(205,249,166); }
td.TdClassName
{
border-color: #CDF9A6;
}
.TagClassName
{
border-color: #CDF9A6;
}
</style>