Shades of Twilight #CDBDC4
Tints of Twilight #CDBDC4
RGB
CMYK
RGB Variations
Color information
#CDBDC4 (or 0xCDBDC4) is known color: Twilight. HEX triplet: CD, BD and C4. RGB value is (205,189,196). Sum of RGB (Red+Green+Blue) = 205+189+196=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC4 is #32423B. Grayscale: #C2C2C2. Windows color (decimal): -3293756 or 12893645. OLE color: 12893645.
HSL color Cylindrical-coordinate representation of color #CDBDC4: hue angle of 333.75º 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 #CDBDC4 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 196 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.20 |
| HSL | 333.75º | 0.14% | 0.77% | - |
| HSV(B) | 333.75º | 0.08% | 0.8% | - |
| XYZ | 53.34 | 53.36 | 59.71 | - |
| YUV | 194.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 196 | 0 | 0.08 | 0.04 | 0.20 | 333.75 | 0.14 | 0.77 |
| Hex | CD | BD | C4 | 0 | 8 | 4 | 14 | 14E | E | 4D |
| Octal | 315 | 275 | 304 | 0 | 10 | 4 | 24 | 516 | 16 | 115 |
| Binary | 11001101 | 10111101 | 11000100 | 0 | 1000 | 100 | 10100 | 101001110 | 1110 | 1001101 |
Color Harmonies of #CDBDC4
Complementary color
Monochromatic Colors of #CDBDC4
Black with #CDBDC4
Text Example
Text Example
White with #CDBDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDC4; }
p { color: rgb(205,189,196); }
H1.HeaderClassName
{
color: #CDBDC4;
}
.AnyTagClassName
{
color: #CDBDC4;
}
</style>
background-color css
<style>
a { background-color: #CDBDC4; }
a { background-color: rgb(205,189,196); }
div.DivClassName
{
background-color: #CDBDC4;
}
.BgClassName
{
background-color: #CDBDC4;
}
</style>
border-color css
<style>
span { border-color: #CDBDC4; }
span { border-color: rgb(205,189,196); }
td.TdClassName
{
border-color: #CDBDC4;
}
.TagClassName
{
border-color: #CDBDC4;
}
</style>