Shades of Stark White #CDC5BB
Tints of Stark White #CDC5BB
RGB
CMYK
RGB Variations
Color information
#CDC5BB (or 0xCDC5BB) is known color: Stark White. HEX triplet: CD, C5 and BB. RGB value is (205,197,187). Sum of RGB (Red+Green+Blue) = 205+197+187=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5BB is #323A44. Grayscale: #C6C6C6. Windows color (decimal): -3291717 or 12305869. OLE color: 12305869.
HSL color Cylindrical-coordinate representation of color #CDC5BB: hue angle of 33.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC5BB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 187 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.20 |
| HSL | 33.33º | 0.15% | 0.77% | - |
| HSV(B) | 33.33º | 0.09% | 0.8% | - |
| XYZ | 54.11 | 56.5 | 55.07 | - |
| YUV | 198.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 187 | 0 | 0.04 | 0.09 | 0.20 | 33.33 | 0.15 | 0.77 |
| Hex | CD | C5 | BB | 0 | 4 | 9 | 14 | 21 | F | 4D |
| Octal | 315 | 305 | 273 | 0 | 4 | 11 | 24 | 41 | 17 | 115 |
| Binary | 11001101 | 11000101 | 10111011 | 0 | 100 | 1001 | 10100 | 100001 | 1111 | 1001101 |
Color Harmonies of #CDC5BB
Complementary color
Monochromatic Colors of #CDC5BB
Black with #CDC5BB
Text Example
Text Example
White with #CDC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5BB; }
p { color: rgb(205,197,187); }
H1.HeaderClassName
{
color: #CDC5BB;
}
.AnyTagClassName
{
color: #CDC5BB;
}
</style>
background-color css
<style>
a { background-color: #CDC5BB; }
a { background-color: rgb(205,197,187); }
div.DivClassName
{
background-color: #CDC5BB;
}
.BgClassName
{
background-color: #CDC5BB;
}
</style>
border-color css
<style>
span { border-color: #CDC5BB; }
span { border-color: rgb(205,197,187); }
td.TdClassName
{
border-color: #CDC5BB;
}
.TagClassName
{
border-color: #CDC5BB;
}
</style>