Shades of Stark White #CDC1B3
Tints of Stark White #CDC1B3
RGB
CMYK
RGB Variations
Color information
#CDC1B3 (or 0xCDC1B3) is known color: Stark White. HEX triplet: CD, C1 and B3. RGB value is (205,193,179). Sum of RGB (Red+Green+Blue) = 205+193+179=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 193 (75.78% from 255 or 33.45% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1B3 is #323E4C. Grayscale: #C3C3C3. Windows color (decimal): -3292749 or 11780557. OLE color: 11780557.
HSL color Cylindrical-coordinate representation of color #CDC1B3: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC1B3 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 179 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.20 |
| HSL | 32.31º | 0.21% | 0.75% | - |
| HSV(B) | 32.31º | 0.13% | 0.8% | - |
| XYZ | 52.38 | 54.37 | 50.38 | - |
| YUV | 194.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 179 | 0 | 0.06 | 0.13 | 0.20 | 32.31 | 0.21 | 0.75 |
| Hex | CD | C1 | B3 | 0 | 6 | D | 14 | 20 | 15 | 4B |
| Octal | 315 | 301 | 263 | 0 | 6 | 15 | 24 | 40 | 25 | 113 |
| Binary | 11001101 | 11000001 | 10110011 | 0 | 110 | 1101 | 10100 | 100000 | 10101 | 1001011 |
Color Harmonies of #CDC1B3
Complementary color
Monochromatic Colors of #CDC1B3
Black with #CDC1B3
Text Example
Text Example
White with #CDC1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1B3; }
p { color: rgb(205,193,179); }
H1.HeaderClassName
{
color: #CDC1B3;
}
.AnyTagClassName
{
color: #CDC1B3;
}
</style>
background-color css
<style>
a { background-color: #CDC1B3; }
a { background-color: rgb(205,193,179); }
div.DivClassName
{
background-color: #CDC1B3;
}
.BgClassName
{
background-color: #CDC1B3;
}
</style>
border-color css
<style>
span { border-color: #CDC1B3; }
span { border-color: rgb(205,193,179); }
td.TdClassName
{
border-color: #CDC1B3;
}
.TagClassName
{
border-color: #CDC1B3;
}
</style>