Shades of Stark White #CDC6BF
Tints of Stark White #CDC6BF
RGB
CMYK
RGB Variations
Color information
#CDC6BF (or 0xCDC6BF) is known color: Stark White. HEX triplet: CD, C6 and BF. RGB value is (205,198,191). Sum of RGB (Red+Green+Blue) = 205+198+191=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 191 (75% from 255 or 32.15% from 594); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6BF is #323940. Grayscale: #C7C7C7. Windows color (decimal): -3291457 or 12568269. OLE color: 12568269.
HSL color Cylindrical-coordinate representation of color #CDC6BF: hue angle of 30º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC6BF is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 191 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.20 |
| HSL | 30º | 0.12% | 0.78% | - |
| HSV(B) | 30º | 0.07% | 0.8% | - |
| XYZ | 54.77 | 57.13 | 57.43 | - |
| YUV | 199.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 191 | 0 | 0.03 | 0.07 | 0.20 | 30 | 0.12 | 0.78 |
| Hex | CD | C6 | BF | 0 | 3 | 7 | 14 | 1E | C | 4E |
| Octal | 315 | 306 | 277 | 0 | 3 | 7 | 24 | 36 | 14 | 116 |
| Binary | 11001101 | 11000110 | 10111111 | 0 | 11 | 111 | 10100 | 11110 | 1100 | 1001110 |
Color Harmonies of #CDC6BF
Complementary color
Monochromatic Colors of #CDC6BF
Black with #CDC6BF
Text Example
Text Example
White with #CDC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6BF; }
p { color: rgb(205,198,191); }
H1.HeaderClassName
{
color: #CDC6BF;
}
.AnyTagClassName
{
color: #CDC6BF;
}
</style>
background-color css
<style>
a { background-color: #CDC6BF; }
a { background-color: rgb(205,198,191); }
div.DivClassName
{
background-color: #CDC6BF;
}
.BgClassName
{
background-color: #CDC6BF;
}
</style>
border-color css
<style>
span { border-color: #CDC6BF; }
span { border-color: rgb(205,198,191); }
td.TdClassName
{
border-color: #CDC6BF;
}
.TagClassName
{
border-color: #CDC6BF;
}
</style>