Shades of Stark White #CDC5BE
Tints of Stark White #CDC5BE
RGB
CMYK
RGB Variations
Color information
#CDC5BE (or 0xCDC5BE) is known color: Stark White. HEX triplet: CD, C5 and BE. RGB value is (205,197,190). Sum of RGB (Red+Green+Blue) = 205+197+190=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5BE is #323A41. Grayscale: #C6C6C6. Windows color (decimal): -3291714 or 12502477. OLE color: 12502477.
HSL color Cylindrical-coordinate representation of color #CDC5BE: hue angle of 28º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC5BE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 190 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.20 |
| HSL | 28º | 0.13% | 0.77% | - |
| HSV(B) | 28º | 0.07% | 0.8% | - |
| XYZ | 54.44 | 56.63 | 56.78 | - |
| YUV | 198.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 190 | 0 | 0.04 | 0.07 | 0.20 | 28 | 0.13 | 0.77 |
| Hex | CD | C5 | BE | 0 | 4 | 7 | 14 | 1C | D | 4D |
| Octal | 315 | 305 | 276 | 0 | 4 | 7 | 24 | 34 | 15 | 115 |
| Binary | 11001101 | 11000101 | 10111110 | 0 | 100 | 111 | 10100 | 11100 | 1101 | 1001101 |
Color Harmonies of #CDC5BE
Complementary color
Monochromatic Colors of #CDC5BE
Black with #CDC5BE
Text Example
Text Example
White with #CDC5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5BE; }
p { color: rgb(205,197,190); }
H1.HeaderClassName
{
color: #CDC5BE;
}
.AnyTagClassName
{
color: #CDC5BE;
}
</style>
background-color css
<style>
a { background-color: #CDC5BE; }
a { background-color: rgb(205,197,190); }
div.DivClassName
{
background-color: #CDC5BE;
}
.BgClassName
{
background-color: #CDC5BE;
}
</style>
border-color css
<style>
span { border-color: #CDC5BE; }
span { border-color: rgb(205,197,190); }
td.TdClassName
{
border-color: #CDC5BE;
}
.TagClassName
{
border-color: #CDC5BE;
}
</style>