Shades of Twilight #CDBDC5
Tints of Twilight #CDBDC5
RGB
CMYK
RGB Variations
Color information
#CDBDC5 (or 0xCDBDC5) is known color: Twilight. HEX triplet: CD, BD and C5. RGB value is (205,189,197). Sum of RGB (Red+Green+Blue) = 205+189+197=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDC5 is #32423A. Grayscale: #C2C2C2. Windows color (decimal): -3293755 or 12959181. OLE color: 12959181.
HSL color Cylindrical-coordinate representation of color #CDBDC5: hue angle of 330º 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 #CDBDC5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 189 | 197 | - |
CMYK | 0 | 0.08 | 0.04 | 0.20 |
HSL | 330º | 0.14% | 0.77% | - |
HSV(B) | 330º | 0.08% | 0.8% | - |
XYZ | 53.45 | 53.41 | 60.31 | - |
YUV | 194.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 189 | 197 | 0 | 0.08 | 0.04 | 0.20 | 330 | 0.14 | 0.77 |
Hex | CD | BD | C5 | 0 | 8 | 4 | 14 | 14A | E | 4D |
Octal | 315 | 275 | 305 | 0 | 10 | 4 | 24 | 512 | 16 | 115 |
Binary | 11001101 | 10111101 | 11000101 | 0 | 1000 | 100 | 10100 | 101001010 | 1110 | 1001101 |
Color Harmonies of #CDBDC5
Complementary color
Monochromatic Colors of #CDBDC5
Black with #CDBDC5
Text Example
Text Example
White with #CDBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDC5; }
p { color: rgb(205,189,197); }
H1.HeaderClassName
{
color: #CDBDC5;
}
.AnyTagClassName
{
color: #CDBDC5;
}
</style>
background-color css
<style>
a { background-color: #CDBDC5; }
a { background-color: rgb(205,189,197); }
div.DivClassName
{
background-color: #CDBDC5;
}
.BgClassName
{
background-color: #CDBDC5;
}
</style>
border-color css
<style>
span { border-color: #CDBDC5; }
span { border-color: rgb(205,189,197); }
td.TdClassName
{
border-color: #CDBDC5;
}
.TagClassName
{
border-color: #CDBDC5;
}
</style>