Shades of Prelude #CDC4D4
Tints of Prelude #CDC4D4
RGB
CMYK
RGB Variations
Color information
#CDC4D4 (or 0xCDC4D4) is known color: Prelude. HEX triplet: CD, C4 and D4. RGB value is (205,196,212). Sum of RGB (Red+Green+Blue) = 205+196+212=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDC4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4D4 is #323B2B. Grayscale: #C8C8C8. Windows color (decimal): -3291948 or 13944013. OLE color: 13944013.
HSL color Cylindrical-coordinate representation of color #CDC4D4: hue angle of 273.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC4D4 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 205 | 196 | 212 | - |
CMYK | 0.03 | 0.08 | 0 | 0.17 |
HSL | 273.75º | 0.16% | 0.8% | - |
HSV(B) | 273.75º | 0.08% | 0.83% | - |
XYZ | 56.8 | 57.21 | 70.34 | - |
YUV | 200.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 196 | 212 | 0.03 | 0.08 | 0 | 0.17 | 273.75 | 0.16 | 0.8 |
Hex | CD | C4 | D4 | 3 | 8 | 0 | 11 | 112 | 10 | 50 |
Octal | 315 | 304 | 324 | 3 | 10 | 0 | 21 | 422 | 20 | 120 |
Binary | 11001101 | 11000100 | 11010100 | 11 | 1000 | 0 | 10001 | 100010010 | 10000 | 1010000 |
Color Harmonies of #CDC4D4
Complementary color
Monochromatic Colors of #CDC4D4
Black with #CDC4D4
Text Example
Text Example
White with #CDC4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC4D4; }
p { color: rgb(205,196,212); }
H1.HeaderClassName
{
color: #CDC4D4;
}
.AnyTagClassName
{
color: #CDC4D4;
}
</style>
background-color css
<style>
a { background-color: #CDC4D4; }
a { background-color: rgb(205,196,212); }
div.DivClassName
{
background-color: #CDC4D4;
}
.BgClassName
{
background-color: #CDC4D4;
}
</style>
border-color css
<style>
span { border-color: #CDC4D4; }
span { border-color: rgb(205,196,212); }
td.TdClassName
{
border-color: #CDC4D4;
}
.TagClassName
{
border-color: #CDC4D4;
}
</style>