Shades of Stark White #CDC3B2
Tints of Stark White #CDC3B2
RGB
CMYK
RGB Variations
Color information
#CDC3B2 (or 0xCDC3B2) is known color: Stark White. HEX triplet: CD, C3 and B2. RGB value is (205,195,178). Sum of RGB (Red+Green+Blue) = 205+195+178=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 195 (76.56% from 255 or 33.74% from 578); Blue value is 178 (69.92% from 255 or 30.80% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC3B2 is #323C4D. Grayscale: #C4C4C4. Windows color (decimal): -3292238 or 11715533. OLE color: 11715533.
HSL color Cylindrical-coordinate representation of color #CDC3B2: hue angle of 37.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC3B2 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 178 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.20 |
| HSL | 37.78º | 0.21% | 0.75% | - |
| HSV(B) | 37.78º | 0.13% | 0.8% | - |
| XYZ | 52.73 | 55.22 | 50 | - |
| YUV | 196.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 178 | 0 | 0.05 | 0.13 | 0.20 | 37.78 | 0.21 | 0.75 |
| Hex | CD | C3 | B2 | 0 | 5 | D | 14 | 26 | 15 | 4B |
| Octal | 315 | 303 | 262 | 0 | 5 | 15 | 24 | 46 | 25 | 113 |
| Binary | 11001101 | 11000011 | 10110010 | 0 | 101 | 1101 | 10100 | 100110 | 10101 | 1001011 |
Color Harmonies of #CDC3B2
Complementary color
Monochromatic Colors of #CDC3B2
Black with #CDC3B2
Text Example
Text Example
White with #CDC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3B2; }
p { color: rgb(205,195,178); }
H1.HeaderClassName
{
color: #CDC3B2;
}
.AnyTagClassName
{
color: #CDC3B2;
}
</style>
background-color css
<style>
a { background-color: #CDC3B2; }
a { background-color: rgb(205,195,178); }
div.DivClassName
{
background-color: #CDC3B2;
}
.BgClassName
{
background-color: #CDC3B2;
}
</style>
border-color css
<style>
span { border-color: #CDC3B2; }
span { border-color: rgb(205,195,178); }
td.TdClassName
{
border-color: #CDC3B2;
}
.TagClassName
{
border-color: #CDC3B2;
}
</style>