Shades of Prelude #CDC1D5
Tints of Prelude #CDC1D5
RGB
CMYK
RGB Variations
Color information
#CDC1D5 (or 0xCDC1D5) is known color: Prelude. HEX triplet: CD, C1 and D5. RGB value is (205,193,213). Sum of RGB (Red+Green+Blue) = 205+193+213=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1D5 is #323E2A. Grayscale: #C6C6C6. Windows color (decimal): -3292715 or 14008781. OLE color: 14008781.
HSL color Cylindrical-coordinate representation of color #CDC1D5: hue angle of 276º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC1D5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 193 | 213 | - |
CMYK | 0.04 | 0.09 | 0 | 0.16 |
HSL | 276º | 0.19% | 0.8% | - |
HSV(B) | 276º | 0.09% | 0.84% | - |
XYZ | 56.26 | 55.92 | 70.78 | - |
YUV | 198.87 | 135.98 | 132.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 193 | 213 | 0.04 | 0.09 | 0 | 0.16 | 276 | 0.19 | 0.8 |
Hex | CD | C1 | D5 | 4 | 9 | 0 | 10 | 114 | 13 | 50 |
Octal | 315 | 301 | 325 | 4 | 11 | 0 | 20 | 424 | 23 | 120 |
Binary | 11001101 | 11000001 | 11010101 | 100 | 1001 | 0 | 10000 | 100010100 | 10011 | 1010000 |
Color Harmonies of #CDC1D5
Complementary color
Monochromatic Colors of #CDC1D5
Black with #CDC1D5
Text Example
Text Example
White with #CDC1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC1D5; }
p { color: rgb(205,193,213); }
H1.HeaderClassName
{
color: #CDC1D5;
}
.AnyTagClassName
{
color: #CDC1D5;
}
</style>
background-color css
<style>
a { background-color: #CDC1D5; }
a { background-color: rgb(205,193,213); }
div.DivClassName
{
background-color: #CDC1D5;
}
.BgClassName
{
background-color: #CDC1D5;
}
</style>
border-color css
<style>
span { border-color: #CDC1D5; }
span { border-color: rgb(205,193,213); }
td.TdClassName
{
border-color: #CDC1D5;
}
.TagClassName
{
border-color: #CDC1D5;
}
</style>