Shades of Stark White #CDC5B5
Tints of Stark White #CDC5B5
RGB
CMYK
RGB Variations
Color information
#CDC5B5 (or 0xCDC5B5) is known color: Stark White. HEX triplet: CD, C5 and B5. RGB value is (205,197,181). Sum of RGB (Red+Green+Blue) = 205+197+181=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5B5 is #323A4A. Grayscale: #C5C5C5. Windows color (decimal): -3291723 or 11912653. OLE color: 11912653.
HSL color Cylindrical-coordinate representation of color #CDC5B5: hue angle of 40º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC5B5 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 181 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.20 |
| HSL | 40º | 0.19% | 0.76% | - |
| HSV(B) | 40º | 0.12% | 0.8% | - |
| XYZ | 53.48 | 56.25 | 51.75 | - |
| YUV | 197.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 181 | 0 | 0.04 | 0.12 | 0.20 | 40 | 0.19 | 0.76 |
| Hex | CD | C5 | B5 | 0 | 4 | C | 14 | 28 | 13 | 4C |
| Octal | 315 | 305 | 265 | 0 | 4 | 14 | 24 | 50 | 23 | 114 |
| Binary | 11001101 | 11000101 | 10110101 | 0 | 100 | 1100 | 10100 | 101000 | 10011 | 1001100 |
Color Harmonies of #CDC5B5
Complementary color
Monochromatic Colors of #CDC5B5
Black with #CDC5B5
Text Example
Text Example
White with #CDC5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5B5; }
p { color: rgb(205,197,181); }
H1.HeaderClassName
{
color: #CDC5B5;
}
.AnyTagClassName
{
color: #CDC5B5;
}
</style>
background-color css
<style>
a { background-color: #CDC5B5; }
a { background-color: rgb(205,197,181); }
div.DivClassName
{
background-color: #CDC5B5;
}
.BgClassName
{
background-color: #CDC5B5;
}
</style>
border-color css
<style>
span { border-color: #CDC5B5; }
span { border-color: rgb(205,197,181); }
td.TdClassName
{
border-color: #CDC5B5;
}
.TagClassName
{
border-color: #CDC5B5;
}
</style>