Shades of Stark White #CCBDB0
Tints of Stark White #CCBDB0
RGB
CMYK
RGB Variations
Color information
#CCBDB0 (or 0xCCBDB0) is known color: Stark White. HEX triplet: CC, BD and B0. RGB value is (204,189,176). Sum of RGB (Red+Green+Blue) = 204+189+176=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDB0 is #33424F. Grayscale: #C0C0C0. Windows color (decimal): -3359312 or 11582924. OLE color: 11582924.
HSL color Cylindrical-coordinate representation of color #CCBDB0: hue angle of 27.86º 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 #CCBDB0 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 176 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.2 |
| HSL | 27.86º | 0.22% | 0.75% | - |
| HSV(B) | 27.86º | 0.14% | 0.8% | - |
| XYZ | 50.94 | 52.37 | 48.5 | - |
| YUV | 192 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 176 | 0 | 0.07 | 0.14 | 0.2 | 27.86 | 0.22 | 0.75 |
| Hex | CC | BD | B0 | 0 | 7 | E | 14 | 1C | 16 | 4B |
| Octal | 314 | 275 | 260 | 0 | 7 | 16 | 24 | 34 | 26 | 113 |
| Binary | 11001100 | 10111101 | 10110000 | 0 | 111 | 1110 | 10100 | 11100 | 10110 | 1001011 |
Color Harmonies of #CCBDB0
Complementary color
Monochromatic Colors of #CCBDB0
Black with #CCBDB0
Text Example
Text Example
White with #CCBDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDB0; }
p { color: rgb(204,189,176); }
H1.HeaderClassName
{
color: #CCBDB0;
}
.AnyTagClassName
{
color: #CCBDB0;
}
</style>
background-color css
<style>
a { background-color: #CCBDB0; }
a { background-color: rgb(204,189,176); }
div.DivClassName
{
background-color: #CCBDB0;
}
.BgClassName
{
background-color: #CCBDB0;
}
</style>
border-color css
<style>
span { border-color: #CCBDB0; }
span { border-color: rgb(204,189,176); }
td.TdClassName
{
border-color: #CCBDB0;
}
.TagClassName
{
border-color: #CCBDB0;
}
</style>