Shades of Reef #CDDDA8
Tints of Reef #CDDDA8
RGB
CMYK
RGB Variations
Color information
#CDDDA8 (or 0xCDDDA8) is known color: Reef. HEX triplet: CD, DD and A8. RGB value is (205,221,168). Sum of RGB (Red+Green+Blue) = 205+221+168=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA8 is #322257. Grayscale: #D2D2D2. Windows color (decimal): -3285592 or 11066829. OLE color: 11066829.
HSL color Cylindrical-coordinate representation of color #CDDDA8: hue angle of 78.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CDDDA8 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 168 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.13 |
| HSL | 78.11º | 0.44% | 0.76% | - |
| HSV(B) | 78.11º | 0.24% | 0.87% | - |
| XYZ | 58.1 | 67.52 | 47.02 | - |
| YUV | 210.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 168 | 0.07 | 0 | 0.24 | 0.13 | 78.11 | 0.44 | 0.76 |
| Hex | CD | DD | A8 | 7 | 0 | 18 | D | 4E | 2C | 4C |
| Octal | 315 | 335 | 250 | 7 | 0 | 30 | 15 | 116 | 54 | 114 |
| Binary | 11001101 | 11011101 | 10101000 | 111 | 0 | 11000 | 1101 | 1001110 | 101100 | 1001100 |
Color Harmonies of #CDDDA8
Complementary color
Monochromatic Colors of #CDDDA8
Black with #CDDDA8
Text Example
Text Example
White with #CDDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDA8; }
p { color: rgb(205,221,168); }
H1.HeaderClassName
{
color: #CDDDA8;
}
.AnyTagClassName
{
color: #CDDDA8;
}
</style>
background-color css
<style>
a { background-color: #CDDDA8; }
a { background-color: rgb(205,221,168); }
div.DivClassName
{
background-color: #CDDDA8;
}
.BgClassName
{
background-color: #CDDDA8;
}
</style>
border-color css
<style>
span { border-color: #CDDDA8; }
span { border-color: rgb(205,221,168); }
td.TdClassName
{
border-color: #CDDDA8;
}
.TagClassName
{
border-color: #CDDDA8;
}
</style>