Shades of Stark White #CDC1B6
Tints of Stark White #CDC1B6
RGB
CMYK
RGB Variations
Color information
#CDC1B6 (or 0xCDC1B6) is known color: Stark White. HEX triplet: CD, C1 and B6. RGB value is (205,193,182). Sum of RGB (Red+Green+Blue) = 205+193+182=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 182 (71.48% from 255 or 31.38% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1B6 is #323E49. Grayscale: #C3C3C3. Windows color (decimal): -3292746 or 11977165. OLE color: 11977165.
HSL color Cylindrical-coordinate representation of color #CDC1B6: hue angle of 28.7º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC1B6 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 193 | 182 | - |
CMYK | 0 | 0.06 | 0.11 | 0.20 |
HSL | 28.7º | 0.19% | 0.76% | - |
HSV(B) | 28.7º | 0.11% | 0.8% | - |
XYZ | 52.69 | 54.5 | 52 | - |
YUV | 195.33 | 120.48 | 134.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 193 | 182 | 0 | 0.06 | 0.11 | 0.20 | 28.7 | 0.19 | 0.76 |
Hex | CD | C1 | B6 | 0 | 6 | B | 14 | 1D | 13 | 4C |
Octal | 315 | 301 | 266 | 0 | 6 | 13 | 24 | 35 | 23 | 114 |
Binary | 11001101 | 11000001 | 10110110 | 0 | 110 | 1011 | 10100 | 11101 | 10011 | 1001100 |
Color Harmonies of #CDC1B6
Complementary color
Monochromatic Colors of #CDC1B6
Black with #CDC1B6
Text Example
Text Example
White with #CDC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1B6; }
p { color: rgb(205,193,182); }
H1.HeaderClassName
{
color: #CDC1B6;
}
.AnyTagClassName
{
color: #CDC1B6;
}
</style>
background-color css
<style>
a { background-color: #CDC1B6; }
a { background-color: rgb(205,193,182); }
div.DivClassName
{
background-color: #CDC1B6;
}
.BgClassName
{
background-color: #CDC1B6;
}
</style>
border-color css
<style>
span { border-color: #CDC1B6; }
span { border-color: rgb(205,193,182); }
td.TdClassName
{
border-color: #CDC1B6;
}
.TagClassName
{
border-color: #CDC1B6;
}
</style>