Shades of Reef #CDDEAD
Tints of Reef #CDDEAD
RGB
CMYK
RGB Variations
Color information
#CDDEAD (or 0xCDDEAD) is known color: Reef. HEX triplet: CD, DE and AD. RGB value is (205,222,173). Sum of RGB (Red+Green+Blue) = 205+222+173=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDEAD is #322152. Grayscale: #D3D3D3. Windows color (decimal): -3285331 or 11394765. OLE color: 11394765.
HSL color Cylindrical-coordinate representation of color #CDDEAD: hue angle of 80.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDDEAD is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 173 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.13 |
| HSL | 80.82º | 0.43% | 0.77% | - |
| HSV(B) | 80.82º | 0.22% | 0.87% | - |
| XYZ | 58.84 | 68.24 | 49.61 | - |
| YUV | 211.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 173 | 0.08 | 0 | 0.22 | 0.13 | 80.82 | 0.43 | 0.77 |
| Hex | CD | DE | AD | 8 | 0 | 16 | D | 51 | 2B | 4D |
| Octal | 315 | 336 | 255 | 10 | 0 | 26 | 15 | 121 | 53 | 115 |
| Binary | 11001101 | 11011110 | 10101101 | 1000 | 0 | 10110 | 1101 | 1010001 | 101011 | 1001101 |
Color Harmonies of #CDDEAD
Complementary color
Monochromatic Colors of #CDDEAD
Black with #CDDEAD
Text Example
Text Example
White with #CDDEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEAD; }
p { color: rgb(205,222,173); }
H1.HeaderClassName
{
color: #CDDEAD;
}
.AnyTagClassName
{
color: #CDDEAD;
}
</style>
background-color css
<style>
a { background-color: #CDDEAD; }
a { background-color: rgb(205,222,173); }
div.DivClassName
{
background-color: #CDDEAD;
}
.BgClassName
{
background-color: #CDDEAD;
}
</style>
border-color css
<style>
span { border-color: #CDDEAD; }
span { border-color: rgb(205,222,173); }
td.TdClassName
{
border-color: #CDDEAD;
}
.TagClassName
{
border-color: #CDDEAD;
}
</style>