Shades of Stark White #CDC1B1
Tints of Stark White #CDC1B1
RGB
CMYK
RGB Variations
Color information
#CDC1B1 (or 0xCDC1B1) is known color: Stark White. HEX triplet: CD, C1 and B1. RGB value is (205,193,177). Sum of RGB (Red+Green+Blue) = 205+193+177=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC1B1 is #323E4E. Grayscale: #C2C2C2. Windows color (decimal): -3292751 or 11649485. OLE color: 11649485.
HSL color Cylindrical-coordinate representation of color #CDC1B1: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC1B1 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 177 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.20 |
| HSL | 34.29º | 0.22% | 0.75% | - |
| HSV(B) | 34.29º | 0.14% | 0.8% | - |
| XYZ | 52.18 | 54.29 | 49.32 | - |
| YUV | 194.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 177 | 0 | 0.06 | 0.14 | 0.20 | 34.29 | 0.22 | 0.75 |
| Hex | CD | C1 | B1 | 0 | 6 | E | 14 | 22 | 16 | 4B |
| Octal | 315 | 301 | 261 | 0 | 6 | 16 | 24 | 42 | 26 | 113 |
| Binary | 11001101 | 11000001 | 10110001 | 0 | 110 | 1110 | 10100 | 100010 | 10110 | 1001011 |
Color Harmonies of #CDC1B1
Complementary color
Monochromatic Colors of #CDC1B1
Black with #CDC1B1
Text Example
Text Example
White with #CDC1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1B1; }
p { color: rgb(205,193,177); }
H1.HeaderClassName
{
color: #CDC1B1;
}
.AnyTagClassName
{
color: #CDC1B1;
}
</style>
background-color css
<style>
a { background-color: #CDC1B1; }
a { background-color: rgb(205,193,177); }
div.DivClassName
{
background-color: #CDC1B1;
}
.BgClassName
{
background-color: #CDC1B1;
}
</style>
border-color css
<style>
span { border-color: #CDC1B1; }
span { border-color: rgb(205,193,177); }
td.TdClassName
{
border-color: #CDC1B1;
}
.TagClassName
{
border-color: #CDC1B1;
}
</style>