Shades of Stark White #CDC7BC
Tints of Stark White #CDC7BC
RGB
CMYK
RGB Variations
Color information
#CDC7BC (or 0xCDC7BC) is known color: Stark White. HEX triplet: CD, C7 and BC. RGB value is (205,199,188). Sum of RGB (Red+Green+Blue) = 205+199+188=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7BC is #323843. Grayscale: #C7C7C7. Windows color (decimal): -3291204 or 12371917. OLE color: 12371917.
HSL color Cylindrical-coordinate representation of color #CDC7BC: hue angle of 38.82º 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 #CDC7BC is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 188 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.20 |
| HSL | 38.82º | 0.15% | 0.77% | - |
| HSV(B) | 38.82º | 0.08% | 0.8% | - |
| XYZ | 54.68 | 57.46 | 55.79 | - |
| YUV | 199.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 188 | 0 | 0.03 | 0.08 | 0.20 | 38.82 | 0.15 | 0.77 |
| Hex | CD | C7 | BC | 0 | 3 | 8 | 14 | 27 | F | 4D |
| Octal | 315 | 307 | 274 | 0 | 3 | 10 | 24 | 47 | 17 | 115 |
| Binary | 11001101 | 11000111 | 10111100 | 0 | 11 | 1000 | 10100 | 100111 | 1111 | 1001101 |
Color Harmonies of #CDC7BC
Complementary color
Monochromatic Colors of #CDC7BC
Black with #CDC7BC
Text Example
Text Example
White with #CDC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7BC; }
p { color: rgb(205,199,188); }
H1.HeaderClassName
{
color: #CDC7BC;
}
.AnyTagClassName
{
color: #CDC7BC;
}
</style>
background-color css
<style>
a { background-color: #CDC7BC; }
a { background-color: rgb(205,199,188); }
div.DivClassName
{
background-color: #CDC7BC;
}
.BgClassName
{
background-color: #CDC7BC;
}
</style>
border-color css
<style>
span { border-color: #CDC7BC; }
span { border-color: rgb(205,199,188); }
td.TdClassName
{
border-color: #CDC7BC;
}
.TagClassName
{
border-color: #CDC7BC;
}
</style>