Shades of Prelude #CCB5D5
Tints of Prelude #CCB5D5
RGB
CMYK
RGB Variations
Color information
#CCB5D5 (or 0xCCB5D5) is known color: Prelude. HEX triplet: CC, B5 and D5. RGB value is (204,181,213). Sum of RGB (Red+Green+Blue) = 204+181+213=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 213 (83.59% from 255 or 35.62% from 598); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5D5 is #334A2A. Grayscale: #BFBFBF. Windows color (decimal): -3361323 or 14005708. OLE color: 14005708.
HSL color Cylindrical-coordinate representation of color #CCB5D5: hue angle of 283.12º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB5D5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 181 | 213 | - |
CMYK | 0.04 | 0.15 | 0 | 0.16 |
HSL | 283.13º | 0.28% | 0.77% | - |
HSV(B) | 283.13º | 0.15% | 0.84% | - |
XYZ | 53.44 | 50.69 | 69.92 | - |
YUV | 191.53 | 140.12 | 136.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 213 | 0.04 | 0.15 | 0 | 0.16 | 283.13 | 0.28 | 0.77 |
Hex | CC | B5 | D5 | 4 | F | 0 | 10 | 11B | 1C | 4D |
Octal | 314 | 265 | 325 | 4 | 17 | 0 | 20 | 433 | 34 | 115 |
Binary | 11001100 | 10110101 | 11010101 | 100 | 1111 | 0 | 10000 | 100011011 | 11100 | 1001101 |
Color Harmonies of #CCB5D5
Complementary color
Monochromatic Colors of #CCB5D5
Black with #CCB5D5
Text Example
Text Example
White with #CCB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5D5; }
p { color: rgb(204,181,213); }
H1.HeaderClassName
{
color: #CCB5D5;
}
.AnyTagClassName
{
color: #CCB5D5;
}
</style>
background-color css
<style>
a { background-color: #CCB5D5; }
a { background-color: rgb(204,181,213); }
div.DivClassName
{
background-color: #CCB5D5;
}
.BgClassName
{
background-color: #CCB5D5;
}
</style>
border-color css
<style>
span { border-color: #CCB5D5; }
span { border-color: rgb(204,181,213); }
td.TdClassName
{
border-color: #CCB5D5;
}
.TagClassName
{
border-color: #CCB5D5;
}
</style>