Shades of Stark White #CDC7BF
Tints of Stark White #CDC7BF
RGB
CMYK
RGB Variations
Color information
#CDC7BF (or 0xCDC7BF) is known color: Stark White. HEX triplet: CD, C7 and BF. RGB value is (205,199,191). Sum of RGB (Red+Green+Blue) = 205+199+191=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7BF is #323840. Grayscale: #C7C7C7. Windows color (decimal): -3291201 or 12568525. OLE color: 12568525.
HSL color Cylindrical-coordinate representation of color #CDC7BF: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC7BF is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 191 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.20 |
| HSL | 34.29º | 0.12% | 0.78% | - |
| HSV(B) | 34.29º | 0.07% | 0.8% | - |
| XYZ | 55 | 57.59 | 57.51 | - |
| YUV | 199.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 191 | 0 | 0.03 | 0.07 | 0.20 | 34.29 | 0.12 | 0.78 |
| Hex | CD | C7 | BF | 0 | 3 | 7 | 14 | 22 | C | 4E |
| Octal | 315 | 307 | 277 | 0 | 3 | 7 | 24 | 42 | 14 | 116 |
| Binary | 11001101 | 11000111 | 10111111 | 0 | 11 | 111 | 10100 | 100010 | 1100 | 1001110 |
Color Harmonies of #CDC7BF
Complementary color
Monochromatic Colors of #CDC7BF
Black with #CDC7BF
Text Example
Text Example
White with #CDC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7BF; }
p { color: rgb(205,199,191); }
H1.HeaderClassName
{
color: #CDC7BF;
}
.AnyTagClassName
{
color: #CDC7BF;
}
</style>
background-color css
<style>
a { background-color: #CDC7BF; }
a { background-color: rgb(205,199,191); }
div.DivClassName
{
background-color: #CDC7BF;
}
.BgClassName
{
background-color: #CDC7BF;
}
</style>
border-color css
<style>
span { border-color: #CDC7BF; }
span { border-color: rgb(205,199,191); }
td.TdClassName
{
border-color: #CDC7BF;
}
.TagClassName
{
border-color: #CDC7BF;
}
</style>