Shades of Prelude #CDC3D0
Tints of Prelude #CDC3D0
RGB
CMYK
RGB Variations
Color information
#CDC3D0 (or 0xCDC3D0) is known color: Prelude. HEX triplet: CD, C3 and D0. RGB value is (205,195,208). Sum of RGB (Red+Green+Blue) = 205+195+208=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 195 (76.56% from 255 or 32.07% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDC3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3D0 is #323C2F. Grayscale: #C7C7C7. Windows color (decimal): -3292208 or 13681613. OLE color: 13681613.
HSL color Cylindrical-coordinate representation of color #CDC3D0: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC3D0 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 205 | 195 | 208 | - |
CMYK | 0.01 | 0.06 | 0 | 0.18 |
HSL | 286.15º | 0.12% | 0.79% | - |
HSV(B) | 286.15º | 0.06% | 0.82% | - |
XYZ | 56.08 | 56.56 | 67.64 | - |
YUV | 199.47 | 132.81 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 195 | 208 | 0.01 | 0.06 | 0 | 0.18 | 286.15 | 0.12 | 0.79 |
Hex | CD | C3 | D0 | 1 | 6 | 0 | 12 | 11E | C | 4F |
Octal | 315 | 303 | 320 | 1 | 6 | 0 | 22 | 436 | 14 | 117 |
Binary | 11001101 | 11000011 | 11010000 | 1 | 110 | 0 | 10010 | 100011110 | 1100 | 1001111 |
Color Harmonies of #CDC3D0
Complementary color
Monochromatic Colors of #CDC3D0
Black with #CDC3D0
Text Example
Text Example
White with #CDC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC3D0; }
p { color: rgb(205,195,208); }
H1.HeaderClassName
{
color: #CDC3D0;
}
.AnyTagClassName
{
color: #CDC3D0;
}
</style>
background-color css
<style>
a { background-color: #CDC3D0; }
a { background-color: rgb(205,195,208); }
div.DivClassName
{
background-color: #CDC3D0;
}
.BgClassName
{
background-color: #CDC3D0;
}
</style>
border-color css
<style>
span { border-color: #CDC3D0; }
span { border-color: rgb(205,195,208); }
td.TdClassName
{
border-color: #CDC3D0;
}
.TagClassName
{
border-color: #CDC3D0;
}
</style>