Shades of Reef #CDDDAF
Tints of Reef #CDDDAF
RGB
CMYK
RGB Variations
Color information
#CDDDAF (or 0xCDDDAF) is known color: Reef. HEX triplet: CD, DD and AF. RGB value is (205,221,175). Sum of RGB (Red+Green+Blue) = 205+221+175=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDAF is #322250. Grayscale: #D3D3D3. Windows color (decimal): -3285585 or 11525581. OLE color: 11525581.
HSL color Cylindrical-coordinate representation of color #CDDDAF: hue angle of 80.87º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDDDAF is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 175 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.13 |
| HSL | 80.87º | 0.4% | 0.78% | - |
| HSV(B) | 80.87º | 0.21% | 0.87% | - |
| XYZ | 58.77 | 67.79 | 50.54 | - |
| YUV | 210.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 175 | 0.07 | 0 | 0.21 | 0.13 | 80.87 | 0.4 | 0.78 |
| Hex | CD | DD | AF | 7 | 0 | 15 | D | 51 | 28 | 4E |
| Octal | 315 | 335 | 257 | 7 | 0 | 25 | 15 | 121 | 50 | 116 |
| Binary | 11001101 | 11011101 | 10101111 | 111 | 0 | 10101 | 1101 | 1010001 | 101000 | 1001110 |
Color Harmonies of #CDDDAF
Complementary color
Monochromatic Colors of #CDDDAF
Black with #CDDDAF
Text Example
Text Example
White with #CDDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDAF; }
p { color: rgb(205,221,175); }
H1.HeaderClassName
{
color: #CDDDAF;
}
.AnyTagClassName
{
color: #CDDDAF;
}
</style>
background-color css
<style>
a { background-color: #CDDDAF; }
a { background-color: rgb(205,221,175); }
div.DivClassName
{
background-color: #CDDDAF;
}
.BgClassName
{
background-color: #CDDDAF;
}
</style>
border-color css
<style>
span { border-color: #CDDDAF; }
span { border-color: rgb(205,221,175); }
td.TdClassName
{
border-color: #CDDDAF;
}
.TagClassName
{
border-color: #CDDDAF;
}
</style>