Shades of Reef #CDDCAB
Tints of Reef #CDDCAB
RGB
CMYK
RGB Variations
Color information
#CDDCAB (or 0xCDDCAB) is known color: Reef. HEX triplet: CD, DC and AB. RGB value is (205,220,171). Sum of RGB (Red+Green+Blue) = 205+220+171=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAB is #322354. Grayscale: #D2D2D2. Windows color (decimal): -3285845 or 11263181. OLE color: 11263181.
HSL color Cylindrical-coordinate representation of color #CDDCAB: hue angle of 78.37º 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 #CDDCAB is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 171 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.14 |
| HSL | 78.37º | 0.41% | 0.77% | - |
| HSV(B) | 78.37º | 0.22% | 0.86% | - |
| XYZ | 58.12 | 67.11 | 48.42 | - |
| YUV | 209.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 171 | 0.07 | 0 | 0.22 | 0.14 | 78.37 | 0.41 | 0.77 |
| Hex | CD | DC | AB | 7 | 0 | 16 | E | 4E | 29 | 4D |
| Octal | 315 | 334 | 253 | 7 | 0 | 26 | 16 | 116 | 51 | 115 |
| Binary | 11001101 | 11011100 | 10101011 | 111 | 0 | 10110 | 1110 | 1001110 | 101001 | 1001101 |
Color Harmonies of #CDDCAB
Complementary color
Monochromatic Colors of #CDDCAB
Black with #CDDCAB
Text Example
Text Example
White with #CDDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCAB; }
p { color: rgb(205,220,171); }
H1.HeaderClassName
{
color: #CDDCAB;
}
.AnyTagClassName
{
color: #CDDCAB;
}
</style>
background-color css
<style>
a { background-color: #CDDCAB; }
a { background-color: rgb(205,220,171); }
div.DivClassName
{
background-color: #CDDCAB;
}
.BgClassName
{
background-color: #CDDCAB;
}
</style>
border-color css
<style>
span { border-color: #CDDCAB; }
span { border-color: rgb(205,220,171); }
td.TdClassName
{
border-color: #CDDCAB;
}
.TagClassName
{
border-color: #CDDCAB;
}
</style>