Shades of Reef #CDDCAC
Tints of Reef #CDDCAC
RGB
CMYK
RGB Variations
Color information
#CDDCAC (or 0xCDDCAC) is known color: Reef. HEX triplet: CD, DC and AC. RGB value is (205,220,172). Sum of RGB (Red+Green+Blue) = 205+220+172=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAC is #322353. Grayscale: #D2D2D2. Windows color (decimal): -3285844 or 11328717. OLE color: 11328717.
HSL color Cylindrical-coordinate representation of color #CDDCAC: hue angle of 78.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDDCAC is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 172 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.14 |
| HSL | 78.75º | 0.41% | 0.77% | - |
| HSV(B) | 78.75º | 0.22% | 0.86% | - |
| XYZ | 58.22 | 67.14 | 48.92 | - |
| YUV | 210.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 172 | 0.07 | 0 | 0.22 | 0.14 | 78.75 | 0.41 | 0.77 |
| Hex | CD | DC | AC | 7 | 0 | 16 | E | 4F | 29 | 4D |
| Octal | 315 | 334 | 254 | 7 | 0 | 26 | 16 | 117 | 51 | 115 |
| Binary | 11001101 | 11011100 | 10101100 | 111 | 0 | 10110 | 1110 | 1001111 | 101001 | 1001101 |
Color Harmonies of #CDDCAC
Complementary color
Monochromatic Colors of #CDDCAC
Black with #CDDCAC
Text Example
Text Example
White with #CDDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCAC; }
p { color: rgb(205,220,172); }
H1.HeaderClassName
{
color: #CDDCAC;
}
.AnyTagClassName
{
color: #CDDCAC;
}
</style>
background-color css
<style>
a { background-color: #CDDCAC; }
a { background-color: rgb(205,220,172); }
div.DivClassName
{
background-color: #CDDCAC;
}
.BgClassName
{
background-color: #CDDCAC;
}
</style>
border-color css
<style>
span { border-color: #CDDCAC; }
span { border-color: rgb(205,220,172); }
td.TdClassName
{
border-color: #CDDCAC;
}
.TagClassName
{
border-color: #CDDCAC;
}
</style>