Shades of Twilight #CDBDC6
Tints of Twilight #CDBDC6
RGB
CMYK
RGB Variations
Color information
#CDBDC6 (or 0xCDBDC6) is known color: Twilight. HEX triplet: CD, BD and C6. RGB value is (205,189,198). Sum of RGB (Red+Green+Blue) = 205+189+198=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC6 is #324239. Grayscale: #C2C2C2. Windows color (decimal): -3293754 or 13024717. OLE color: 13024717.
HSL color Cylindrical-coordinate representation of color #CDBDC6: hue angle of 326.25º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDC6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 198 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.20 |
| HSL | 326.25º | 0.14% | 0.77% | - |
| HSV(B) | 326.25º | 0.08% | 0.8% | - |
| XYZ | 53.57 | 53.45 | 60.92 | - |
| YUV | 194.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 198 | 0 | 0.08 | 0.03 | 0.20 | 326.25 | 0.14 | 0.77 |
| Hex | CD | BD | C6 | 0 | 8 | 3 | 14 | 146 | E | 4D |
| Octal | 315 | 275 | 306 | 0 | 10 | 3 | 24 | 506 | 16 | 115 |
| Binary | 11001101 | 10111101 | 11000110 | 0 | 1000 | 11 | 10100 | 101000110 | 1110 | 1001101 |
Color Harmonies of #CDBDC6
Complementary color
Monochromatic Colors of #CDBDC6
Black with #CDBDC6
Text Example
Text Example
White with #CDBDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDC6; }
p { color: rgb(205,189,198); }
H1.HeaderClassName
{
color: #CDBDC6;
}
.AnyTagClassName
{
color: #CDBDC6;
}
</style>
background-color css
<style>
a { background-color: #CDBDC6; }
a { background-color: rgb(205,189,198); }
div.DivClassName
{
background-color: #CDBDC6;
}
.BgClassName
{
background-color: #CDBDC6;
}
</style>
border-color css
<style>
span { border-color: #CDBDC6; }
span { border-color: rgb(205,189,198); }
td.TdClassName
{
border-color: #CDBDC6;
}
.TagClassName
{
border-color: #CDBDC6;
}
</style>