Shades of Stark White #CDC6BD
Tints of Stark White #CDC6BD
RGB
CMYK
RGB Variations
Color information
#CDC6BD (or 0xCDC6BD) is known color: Stark White. HEX triplet: CD, C6 and BD. RGB value is (205,198,189). Sum of RGB (Red+Green+Blue) = 205+198+189=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6BD is #323942. Grayscale: #C7C7C7. Windows color (decimal): -3291459 or 12437197. OLE color: 12437197.
HSL color Cylindrical-coordinate representation of color #CDC6BD: hue angle of 33.75º degrees, saturation: 0.14, 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 #CDC6BD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 189 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.20 |
| HSL | 33.75º | 0.14% | 0.77% | - |
| HSV(B) | 33.75º | 0.08% | 0.8% | - |
| XYZ | 54.56 | 57.04 | 56.28 | - |
| YUV | 199.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 189 | 0 | 0.03 | 0.08 | 0.20 | 33.75 | 0.14 | 0.77 |
| Hex | CD | C6 | BD | 0 | 3 | 8 | 14 | 22 | E | 4D |
| Octal | 315 | 306 | 275 | 0 | 3 | 10 | 24 | 42 | 16 | 115 |
| Binary | 11001101 | 11000110 | 10111101 | 0 | 11 | 1000 | 10100 | 100010 | 1110 | 1001101 |
Color Harmonies of #CDC6BD
Complementary color
Monochromatic Colors of #CDC6BD
Black with #CDC6BD
Text Example
Text Example
White with #CDC6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6BD; }
p { color: rgb(205,198,189); }
H1.HeaderClassName
{
color: #CDC6BD;
}
.AnyTagClassName
{
color: #CDC6BD;
}
</style>
background-color css
<style>
a { background-color: #CDC6BD; }
a { background-color: rgb(205,198,189); }
div.DivClassName
{
background-color: #CDC6BD;
}
.BgClassName
{
background-color: #CDC6BD;
}
</style>
border-color css
<style>
span { border-color: #CDC6BD; }
span { border-color: rgb(205,198,189); }
td.TdClassName
{
border-color: #CDC6BD;
}
.TagClassName
{
border-color: #CDC6BD;
}
</style>