Shades of Stark White #CDC6BE
Tints of Stark White #CDC6BE
RGB
CMYK
RGB Variations
Color information
#CDC6BE (or 0xCDC6BE) is known color: Stark White. HEX triplet: CD, C6 and BE. RGB value is (205,198,190). Sum of RGB (Red+Green+Blue) = 205+198+190=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6BE is #323941. Grayscale: #C7C7C7. Windows color (decimal): -3291458 or 12502733. OLE color: 12502733.
HSL color Cylindrical-coordinate representation of color #CDC6BE: hue angle of 32º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC6BE is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 198 | 190 | - |
CMYK | 0 | 0.03 | 0.07 | 0.20 |
HSL | 32º | 0.13% | 0.77% | - |
HSV(B) | 32º | 0.07% | 0.8% | - |
XYZ | 54.67 | 57.09 | 56.85 | - |
YUV | 199.18 | 122.82 | 132.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 198 | 190 | 0 | 0.03 | 0.07 | 0.20 | 32 | 0.13 | 0.77 |
Hex | CD | C6 | BE | 0 | 3 | 7 | 14 | 20 | D | 4D |
Octal | 315 | 306 | 276 | 0 | 3 | 7 | 24 | 40 | 15 | 115 |
Binary | 11001101 | 11000110 | 10111110 | 0 | 11 | 111 | 10100 | 100000 | 1101 | 1001101 |
Color Harmonies of #CDC6BE
Complementary color
Monochromatic Colors of #CDC6BE
Black with #CDC6BE
Text Example
Text Example
White with #CDC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6BE; }
p { color: rgb(205,198,190); }
H1.HeaderClassName
{
color: #CDC6BE;
}
.AnyTagClassName
{
color: #CDC6BE;
}
</style>
background-color css
<style>
a { background-color: #CDC6BE; }
a { background-color: rgb(205,198,190); }
div.DivClassName
{
background-color: #CDC6BE;
}
.BgClassName
{
background-color: #CDC6BE;
}
</style>
border-color css
<style>
span { border-color: #CDC6BE; }
span { border-color: rgb(205,198,190); }
td.TdClassName
{
border-color: #CDC6BE;
}
.TagClassName
{
border-color: #CDC6BE;
}
</style>