Shades of Stark White #CDC5BD
Tints of Stark White #CDC5BD
RGB
CMYK
RGB Variations
Color information
#CDC5BD (or 0xCDC5BD) is known color: Stark White. HEX triplet: CD, C5 and BD. RGB value is (205,197,189). Sum of RGB (Red+Green+Blue) = 205+197+189=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5BD is #323A42. Grayscale: #C6C6C6. Windows color (decimal): -3291715 or 12436941. OLE color: 12436941.
HSL color Cylindrical-coordinate representation of color #CDC5BD: hue angle of 30º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC5BD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 189 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.20 |
| HSL | 30º | 0.14% | 0.77% | - |
| HSV(B) | 30º | 0.08% | 0.8% | - |
| XYZ | 54.33 | 56.59 | 56.2 | - |
| YUV | 198.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 189 | 0 | 0.04 | 0.08 | 0.20 | 30 | 0.14 | 0.77 |
| Hex | CD | C5 | BD | 0 | 4 | 8 | 14 | 1E | E | 4D |
| Octal | 315 | 305 | 275 | 0 | 4 | 10 | 24 | 36 | 16 | 115 |
| Binary | 11001101 | 11000101 | 10111101 | 0 | 100 | 1000 | 10100 | 11110 | 1110 | 1001101 |
Color Harmonies of #CDC5BD
Complementary color
Monochromatic Colors of #CDC5BD
Black with #CDC5BD
Text Example
Text Example
White with #CDC5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5BD; }
p { color: rgb(205,197,189); }
H1.HeaderClassName
{
color: #CDC5BD;
}
.AnyTagClassName
{
color: #CDC5BD;
}
</style>
background-color css
<style>
a { background-color: #CDC5BD; }
a { background-color: rgb(205,197,189); }
div.DivClassName
{
background-color: #CDC5BD;
}
.BgClassName
{
background-color: #CDC5BD;
}
</style>
border-color css
<style>
span { border-color: #CDC5BD; }
span { border-color: rgb(205,197,189); }
td.TdClassName
{
border-color: #CDC5BD;
}
.TagClassName
{
border-color: #CDC5BD;
}
</style>