Shades of Twilight #CDC1C7
Tints of Twilight #CDC1C7
RGB
CMYK
RGB Variations
Color information
#CDC1C7 (or 0xCDC1C7) is known color: Twilight. HEX triplet: CD, C1 and C7. RGB value is (205,193,199). Sum of RGB (Red+Green+Blue) = 205+193+199=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 193 (75.78% from 255 or 32.33% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1C7 is #323E38. Grayscale: #C5C5C5. Windows color (decimal): -3292729 or 13091277. OLE color: 13091277.
HSL color Cylindrical-coordinate representation of color #CDC1C7: hue angle of 330º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC1C7 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 193 | 199 | - |
CMYK | 0 | 0.06 | 0.03 | 0.20 |
HSL | 330º | 0.11% | 0.78% | - |
HSV(B) | 330º | 0.06% | 0.8% | - |
XYZ | 54.56 | 55.24 | 61.82 | - |
YUV | 197.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 193 | 199 | 0 | 0.06 | 0.03 | 0.20 | 330 | 0.11 | 0.78 |
Hex | CD | C1 | C7 | 0 | 6 | 3 | 14 | 14A | B | 4E |
Octal | 315 | 301 | 307 | 0 | 6 | 3 | 24 | 512 | 13 | 116 |
Binary | 11001101 | 11000001 | 11000111 | 0 | 110 | 11 | 10100 | 101001010 | 1011 | 1001110 |
Color Harmonies of #CDC1C7
Complementary color
Monochromatic Colors of #CDC1C7
Black with #CDC1C7
Text Example
Text Example
White with #CDC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1C7; }
p { color: rgb(205,193,199); }
H1.HeaderClassName
{
color: #CDC1C7;
}
.AnyTagClassName
{
color: #CDC1C7;
}
</style>
background-color css
<style>
a { background-color: #CDC1C7; }
a { background-color: rgb(205,193,199); }
div.DivClassName
{
background-color: #CDC1C7;
}
.BgClassName
{
background-color: #CDC1C7;
}
</style>
border-color css
<style>
span { border-color: #CDC1C7; }
span { border-color: rgb(205,193,199); }
td.TdClassName
{
border-color: #CDC1C7;
}
.TagClassName
{
border-color: #CDC1C7;
}
</style>