Shades of Stark White #CDC1B4
Tints of Stark White #CDC1B4
RGB
CMYK
RGB Variations
Color information
#CDC1B4 (or 0xCDC1B4) is known color: Stark White. HEX triplet: CD, C1 and B4. RGB value is (205,193,180). Sum of RGB (Red+Green+Blue) = 205+193+180=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 180 (70.70% from 255 or 31.14% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1B4 is #323E4B. Grayscale: #C3C3C3. Windows color (decimal): -3292748 or 11846093. OLE color: 11846093.
HSL color Cylindrical-coordinate representation of color #CDC1B4: hue angle of 31.2º 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 #CDC1B4 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 180 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.20 |
| HSL | 31.2º | 0.2% | 0.75% | - |
| HSV(B) | 31.2º | 0.12% | 0.8% | - |
| XYZ | 52.49 | 54.41 | 50.92 | - |
| YUV | 195.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 180 | 0 | 0.06 | 0.12 | 0.20 | 31.2 | 0.2 | 0.75 |
| Hex | CD | C1 | B4 | 0 | 6 | C | 14 | 1F | 14 | 4B |
| Octal | 315 | 301 | 264 | 0 | 6 | 14 | 24 | 37 | 24 | 113 |
| Binary | 11001101 | 11000001 | 10110100 | 0 | 110 | 1100 | 10100 | 11111 | 10100 | 1001011 |
Color Harmonies of #CDC1B4
Complementary color
Monochromatic Colors of #CDC1B4
Black with #CDC1B4
Text Example
Text Example
White with #CDC1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1B4; }
p { color: rgb(205,193,180); }
H1.HeaderClassName
{
color: #CDC1B4;
}
.AnyTagClassName
{
color: #CDC1B4;
}
</style>
background-color css
<style>
a { background-color: #CDC1B4; }
a { background-color: rgb(205,193,180); }
div.DivClassName
{
background-color: #CDC1B4;
}
.BgClassName
{
background-color: #CDC1B4;
}
</style>
border-color css
<style>
span { border-color: #CDC1B4; }
span { border-color: rgb(205,193,180); }
td.TdClassName
{
border-color: #CDC1B4;
}
.TagClassName
{
border-color: #CDC1B4;
}
</style>