Shades of Stark White #CDC2B4
Tints of Stark White #CDC2B4
RGB
CMYK
RGB Variations
Color information
#CDC2B4 (or 0xCDC2B4) is known color: Stark White. HEX triplet: CD, C2 and B4. RGB value is (205,194,180). Sum of RGB (Red+Green+Blue) = 205+194+180=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2B4 is #323D4B. Grayscale: #C3C3C3. Windows color (decimal): -3292492 or 11846349. OLE color: 11846349.
HSL color Cylindrical-coordinate representation of color #CDC2B4: hue angle of 33.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC2B4 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 180 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.20 |
| HSL | 33.6º | 0.2% | 0.75% | - |
| HSV(B) | 33.6º | 0.12% | 0.8% | - |
| XYZ | 52.71 | 54.86 | 50.99 | - |
| YUV | 195.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 180 | 0 | 0.05 | 0.12 | 0.20 | 33.6 | 0.2 | 0.75 |
| Hex | CD | C2 | B4 | 0 | 5 | C | 14 | 22 | 14 | 4B |
| Octal | 315 | 302 | 264 | 0 | 5 | 14 | 24 | 42 | 24 | 113 |
| Binary | 11001101 | 11000010 | 10110100 | 0 | 101 | 1100 | 10100 | 100010 | 10100 | 1001011 |
Color Harmonies of #CDC2B4
Complementary color
Monochromatic Colors of #CDC2B4
Black with #CDC2B4
Text Example
Text Example
White with #CDC2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2B4; }
p { color: rgb(205,194,180); }
H1.HeaderClassName
{
color: #CDC2B4;
}
.AnyTagClassName
{
color: #CDC2B4;
}
</style>
background-color css
<style>
a { background-color: #CDC2B4; }
a { background-color: rgb(205,194,180); }
div.DivClassName
{
background-color: #CDC2B4;
}
.BgClassName
{
background-color: #CDC2B4;
}
</style>
border-color css
<style>
span { border-color: #CDC2B4; }
span { border-color: rgb(205,194,180); }
td.TdClassName
{
border-color: #CDC2B4;
}
.TagClassName
{
border-color: #CDC2B4;
}
</style>