Shades of Reef #CDDDAB
Tints of Reef #CDDDAB
RGB
CMYK
RGB Variations
Color information
#CDDDAB (or 0xCDDDAB) is known color: Reef. HEX triplet: CD, DD and AB. RGB value is (205,221,171). Sum of RGB (Red+Green+Blue) = 205+221+171=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDAB is #322254. Grayscale: #D2D2D2. Windows color (decimal): -3285589 or 11263437. OLE color: 11263437.
HSL color Cylindrical-coordinate representation of color #CDDDAB: hue angle of 79.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDDDAB is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 171 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 79.2º | 0.42% | 0.77% | - |
| HSV(B) | 79.2º | 0.23% | 0.87% | - |
| XYZ | 58.38 | 67.63 | 48.51 | - |
| YUV | 210.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 171 | 0.07 | 0 | 0.23 | 0.13 | 79.2 | 0.42 | 0.77 |
| Hex | CD | DD | AB | 7 | 0 | 17 | D | 4F | 2A | 4D |
| Octal | 315 | 335 | 253 | 7 | 0 | 27 | 15 | 117 | 52 | 115 |
| Binary | 11001101 | 11011101 | 10101011 | 111 | 0 | 10111 | 1101 | 1001111 | 101010 | 1001101 |
Color Harmonies of #CDDDAB
Complementary color
Monochromatic Colors of #CDDDAB
Black with #CDDDAB
Text Example
Text Example
White with #CDDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDAB; }
p { color: rgb(205,221,171); }
H1.HeaderClassName
{
color: #CDDDAB;
}
.AnyTagClassName
{
color: #CDDDAB;
}
</style>
background-color css
<style>
a { background-color: #CDDDAB; }
a { background-color: rgb(205,221,171); }
div.DivClassName
{
background-color: #CDDDAB;
}
.BgClassName
{
background-color: #CDDDAB;
}
</style>
border-color css
<style>
span { border-color: #CDDDAB; }
span { border-color: rgb(205,221,171); }
td.TdClassName
{
border-color: #CDDDAB;
}
.TagClassName
{
border-color: #CDDDAB;
}
</style>