Shades of Clam Shell #CDAFA5
Tints of Clam Shell #CDAFA5
RGB
CMYK
RGB Variations
Color information
#CDAFA5 (or 0xCDAFA5) is known color: Clam Shell. HEX triplet: CD, AF and A5. RGB value is (205,175,165). Sum of RGB (Red+Green+Blue) = 205+175+165=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAFA5 is #32505A. Grayscale: #B6B6B6. Windows color (decimal): -3297371 or 10858445. OLE color: 10858445.
HSL color Cylindrical-coordinate representation of color #CDAFA5: hue angle of 15º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDAFA5 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 165 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.20 |
| HSL | 15º | 0.29% | 0.73% | - |
| HSV(B) | 15º | 0.2% | 0.8% | - |
| XYZ | 47.3 | 46.36 | 42.05 | - |
| YUV | 182.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 165 | 0 | 0.15 | 0.20 | 0.20 | 15 | 0.29 | 0.73 |
| Hex | CD | AF | A5 | 0 | F | 14 | 14 | F | 1D | 49 |
| Octal | 315 | 257 | 245 | 0 | 17 | 24 | 24 | 17 | 35 | 111 |
| Binary | 11001101 | 10101111 | 10100101 | 0 | 1111 | 10100 | 10100 | 1111 | 11101 | 1001001 |
Color Harmonies of #CDAFA5
Complementary color
Monochromatic Colors of #CDAFA5
Black with #CDAFA5
Text Example
Text Example
White with #CDAFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFA5; }
p { color: rgb(205,175,165); }
H1.HeaderClassName
{
color: #CDAFA5;
}
.AnyTagClassName
{
color: #CDAFA5;
}
</style>
background-color css
<style>
a { background-color: #CDAFA5; }
a { background-color: rgb(205,175,165); }
div.DivClassName
{
background-color: #CDAFA5;
}
.BgClassName
{
background-color: #CDAFA5;
}
</style>
border-color css
<style>
span { border-color: #CDAFA5; }
span { border-color: rgb(205,175,165); }
td.TdClassName
{
border-color: #CDAFA5;
}
.TagClassName
{
border-color: #CDAFA5;
}
</style>