Shades of Reef #CDDDA2
Tints of Reef #CDDDA2
RGB
CMYK
RGB Variations
Color information
#CDDDA2 (or 0xCDDDA2) is known color: Reef. HEX triplet: CD, DD and A2. RGB value is (205,221,162). Sum of RGB (Red+Green+Blue) = 205+221+162=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDDA2 is #32225D. Grayscale: #D1D1D1. Windows color (decimal): -3285598 or 10673613. OLE color: 10673613.
HSL color Cylindrical-coordinate representation of color #CDDDA2: hue angle of 76.27º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDDDA2 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 162 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.13 |
| HSL | 76.27º | 0.46% | 0.75% | - |
| HSV(B) | 76.27º | 0.27% | 0.87% | - |
| XYZ | 57.55 | 67.3 | 44.14 | - |
| YUV | 209.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 162 | 0.07 | 0 | 0.27 | 0.13 | 76.27 | 0.46 | 0.75 |
| Hex | CD | DD | A2 | 7 | 0 | 1B | D | 4C | 2E | 4B |
| Octal | 315 | 335 | 242 | 7 | 0 | 33 | 15 | 114 | 56 | 113 |
| Binary | 11001101 | 11011101 | 10100010 | 111 | 0 | 11011 | 1101 | 1001100 | 101110 | 1001011 |
Color Harmonies of #CDDDA2
Complementary color
Monochromatic Colors of #CDDDA2
Black with #CDDDA2
Text Example
Text Example
White with #CDDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDA2; }
p { color: rgb(205,221,162); }
H1.HeaderClassName
{
color: #CDDDA2;
}
.AnyTagClassName
{
color: #CDDDA2;
}
</style>
background-color css
<style>
a { background-color: #CDDDA2; }
a { background-color: rgb(205,221,162); }
div.DivClassName
{
background-color: #CDDDA2;
}
.BgClassName
{
background-color: #CDDDA2;
}
</style>
border-color css
<style>
span { border-color: #CDDDA2; }
span { border-color: rgb(205,221,162); }
td.TdClassName
{
border-color: #CDDDA2;
}
.TagClassName
{
border-color: #CDDDA2;
}
</style>