Shades of Stark White #CDC6BC
Tints of Stark White #CDC6BC
RGB
CMYK
RGB Variations
Color information
#CDC6BC (or 0xCDC6BC) is known color: Stark White. HEX triplet: CD, C6 and BC. RGB value is (205,198,188). Sum of RGB (Red+Green+Blue) = 205+198+188=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6BC is #323943. Grayscale: #C7C7C7. Windows color (decimal): -3291460 or 12371661. OLE color: 12371661.
HSL color Cylindrical-coordinate representation of color #CDC6BC: hue angle of 35.29º degrees, saturation: 0.15, 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 #CDC6BC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 188 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.20 |
| HSL | 35.29º | 0.15% | 0.77% | - |
| HSV(B) | 35.29º | 0.08% | 0.8% | - |
| XYZ | 54.45 | 57 | 55.71 | - |
| YUV | 198.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 188 | 0 | 0.03 | 0.08 | 0.20 | 35.29 | 0.15 | 0.77 |
| Hex | CD | C6 | BC | 0 | 3 | 8 | 14 | 23 | F | 4D |
| Octal | 315 | 306 | 274 | 0 | 3 | 10 | 24 | 43 | 17 | 115 |
| Binary | 11001101 | 11000110 | 10111100 | 0 | 11 | 1000 | 10100 | 100011 | 1111 | 1001101 |
Color Harmonies of #CDC6BC
Complementary color
Monochromatic Colors of #CDC6BC
Black with #CDC6BC
Text Example
Text Example
White with #CDC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6BC; }
p { color: rgb(205,198,188); }
H1.HeaderClassName
{
color: #CDC6BC;
}
.AnyTagClassName
{
color: #CDC6BC;
}
</style>
background-color css
<style>
a { background-color: #CDC6BC; }
a { background-color: rgb(205,198,188); }
div.DivClassName
{
background-color: #CDC6BC;
}
.BgClassName
{
background-color: #CDC6BC;
}
</style>
border-color css
<style>
span { border-color: #CDC6BC; }
span { border-color: rgb(205,198,188); }
td.TdClassName
{
border-color: #CDC6BC;
}
.TagClassName
{
border-color: #CDC6BC;
}
</style>