Shades of Prelude #CDC5D4
Tints of Prelude #CDC5D4
RGB
CMYK
RGB Variations
Color information
#CDC5D4 (or 0xCDC5D4) is known color: Prelude. HEX triplet: CD, C5 and D4. RGB value is (205,197,212). Sum of RGB (Red+Green+Blue) = 205+197+212=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5D4 is #323A2B. Grayscale: #C9C9C9. Windows color (decimal): -3291692 or 13944269. OLE color: 13944269.
HSL color Cylindrical-coordinate representation of color #CDC5D4: hue angle of 272º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC5D4 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 205 | 197 | 212 | - |
CMYK | 0.03 | 0.07 | 0 | 0.17 |
HSL | 272º | 0.15% | 0.8% | - |
HSV(B) | 272º | 0.07% | 0.83% | - |
XYZ | 57.03 | 57.67 | 70.41 | - |
YUV | 201.1 | 134.15 | 130.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 197 | 212 | 0.03 | 0.07 | 0 | 0.17 | 272 | 0.15 | 0.8 |
Hex | CD | C5 | D4 | 3 | 7 | 0 | 11 | 110 | F | 50 |
Octal | 315 | 305 | 324 | 3 | 7 | 0 | 21 | 420 | 17 | 120 |
Binary | 11001101 | 11000101 | 11010100 | 11 | 111 | 0 | 10001 | 100010000 | 1111 | 1010000 |
Color Harmonies of #CDC5D4
Complementary color
Monochromatic Colors of #CDC5D4
Black with #CDC5D4
Text Example
Text Example
White with #CDC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC5D4; }
p { color: rgb(205,197,212); }
H1.HeaderClassName
{
color: #CDC5D4;
}
.AnyTagClassName
{
color: #CDC5D4;
}
</style>
background-color css
<style>
a { background-color: #CDC5D4; }
a { background-color: rgb(205,197,212); }
div.DivClassName
{
background-color: #CDC5D4;
}
.BgClassName
{
background-color: #CDC5D4;
}
</style>
border-color css
<style>
span { border-color: #CDC5D4; }
span { border-color: rgb(205,197,212); }
td.TdClassName
{
border-color: #CDC5D4;
}
.TagClassName
{
border-color: #CDC5D4;
}
</style>