Shades of Stark White #CDC2B9
Tints of Stark White #CDC2B9
RGB
CMYK
RGB Variations
Color information
#CDC2B9 (or 0xCDC2B9) is known color: Stark White. HEX triplet: CD, C2 and B9. RGB value is (205,194,185). Sum of RGB (Red+Green+Blue) = 205+194+185=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 185 (72.66% from 255 or 31.68% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC2B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC2B9 is #323D46. Grayscale: #C4C4C4. Windows color (decimal): -3292487 or 12174029. OLE color: 12174029.
HSL color Cylindrical-coordinate representation of color #CDC2B9: hue angle of 27º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC2B9 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 194 | 185 | - |
CMYK | 0 | 0.05 | 0.10 | 0.20 |
HSL | 27º | 0.17% | 0.76% | - |
HSV(B) | 27º | 0.1% | 0.8% | - |
XYZ | 53.23 | 55.07 | 53.72 | - |
YUV | 196.26 | 121.64 | 134.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 194 | 185 | 0 | 0.05 | 0.10 | 0.20 | 27 | 0.17 | 0.76 |
Hex | CD | C2 | B9 | 0 | 5 | A | 14 | 1B | 11 | 4C |
Octal | 315 | 302 | 271 | 0 | 5 | 12 | 24 | 33 | 21 | 114 |
Binary | 11001101 | 11000010 | 10111001 | 0 | 101 | 1010 | 10100 | 11011 | 10001 | 1001100 |
Color Harmonies of #CDC2B9
Complementary color
Monochromatic Colors of #CDC2B9
Black with #CDC2B9
Text Example
Text Example
White with #CDC2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2B9; }
p { color: rgb(205,194,185); }
H1.HeaderClassName
{
color: #CDC2B9;
}
.AnyTagClassName
{
color: #CDC2B9;
}
</style>
background-color css
<style>
a { background-color: #CDC2B9; }
a { background-color: rgb(205,194,185); }
div.DivClassName
{
background-color: #CDC2B9;
}
.BgClassName
{
background-color: #CDC2B9;
}
</style>
border-color css
<style>
span { border-color: #CDC2B9; }
span { border-color: rgb(205,194,185); }
td.TdClassName
{
border-color: #CDC2B9;
}
.TagClassName
{
border-color: #CDC2B9;
}
</style>