Shades of Twilight #CDC7CB
Tints of Twilight #CDC7CB
RGB
CMYK
RGB Variations
Color information
#CDC7CB (or 0xCDC7CB) is known color: Twilight. HEX triplet: CD, C7 and CB. RGB value is (205,199,203). Sum of RGB (Red+Green+Blue) = 205+199+203=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7CB is #323834. Grayscale: #C9C9C9. Windows color (decimal): -3291189 or 13354957. OLE color: 13354957.
HSL color Cylindrical-coordinate representation of color #CDC7CB: hue angle of 320º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDC7CB is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 203 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.20 |
| HSL | 320º | 0.06% | 0.79% | - |
| HSV(B) | 320º | 0.03% | 0.8% | - |
| XYZ | 56.38 | 58.14 | 64.75 | - |
| YUV | 201.25 | 128.99 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 203 | 0 | 0.03 | 0.01 | 0.20 | 320 | 0.06 | 0.79 |
| Hex | CD | C7 | CB | 0 | 3 | 1 | 14 | 140 | 6 | 4F |
| Octal | 315 | 307 | 313 | 0 | 3 | 1 | 24 | 500 | 6 | 117 |
| Binary | 11001101 | 11000111 | 11001011 | 0 | 11 | 1 | 10100 | 101000000 | 110 | 1001111 |
Color Harmonies of #CDC7CB
Complementary color
Monochromatic Colors of #CDC7CB
Black with #CDC7CB
Text Example
Text Example
White with #CDC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7CB; }
p { color: rgb(205,199,203); }
H1.HeaderClassName
{
color: #CDC7CB;
}
.AnyTagClassName
{
color: #CDC7CB;
}
</style>
background-color css
<style>
a { background-color: #CDC7CB; }
a { background-color: rgb(205,199,203); }
div.DivClassName
{
background-color: #CDC7CB;
}
.BgClassName
{
background-color: #CDC7CB;
}
</style>
border-color css
<style>
span { border-color: #CDC7CB; }
span { border-color: rgb(205,199,203); }
td.TdClassName
{
border-color: #CDC7CB;
}
.TagClassName
{
border-color: #CDC7CB;
}
</style>