Shades of Reef #CDDCA3
Tints of Reef #CDDCA3
RGB
CMYK
RGB Variations
Color information
#CDDCA3 (or 0xCDDCA3) is known color: Reef. HEX triplet: CD, DC and A3. RGB value is (205,220,163). Sum of RGB (Red+Green+Blue) = 205+220+163=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCA3 is #32235C. Grayscale: #D1D1D1. Windows color (decimal): -3285853 or 10738893. OLE color: 10738893.
HSL color Cylindrical-coordinate representation of color #CDDCA3: hue angle of 75.79º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDDCA3 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 163 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.14 |
| HSL | 75.79º | 0.45% | 0.75% | - |
| HSV(B) | 75.79º | 0.26% | 0.86% | - |
| XYZ | 57.38 | 66.81 | 44.52 | - |
| YUV | 209.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 163 | 0.07 | 0 | 0.26 | 0.14 | 75.79 | 0.45 | 0.75 |
| Hex | CD | DC | A3 | 7 | 0 | 1A | E | 4C | 2D | 4B |
| Octal | 315 | 334 | 243 | 7 | 0 | 32 | 16 | 114 | 55 | 113 |
| Binary | 11001101 | 11011100 | 10100011 | 111 | 0 | 11010 | 1110 | 1001100 | 101101 | 1001011 |
Color Harmonies of #CDDCA3
Complementary color
Monochromatic Colors of #CDDCA3
Black with #CDDCA3
Text Example
Text Example
White with #CDDCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCA3; }
p { color: rgb(205,220,163); }
H1.HeaderClassName
{
color: #CDDCA3;
}
.AnyTagClassName
{
color: #CDDCA3;
}
</style>
background-color css
<style>
a { background-color: #CDDCA3; }
a { background-color: rgb(205,220,163); }
div.DivClassName
{
background-color: #CDDCA3;
}
.BgClassName
{
background-color: #CDDCA3;
}
</style>
border-color css
<style>
span { border-color: #CDDCA3; }
span { border-color: rgb(205,220,163); }
td.TdClassName
{
border-color: #CDDCA3;
}
.TagClassName
{
border-color: #CDDCA3;
}
</style>