Shades of Prelude #CCB5DD
Tints of Prelude #CCB5DD
RGB
CMYK
RGB Variations
Color information
#CCB5DD (or 0xCCB5DD) is known color: Prelude. HEX triplet: CC, B5 and DD. RGB value is (204,181,221). Sum of RGB (Red+Green+Blue) = 204+181+221=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5DD is #334A22. Grayscale: #C0C0C0. Windows color (decimal): -3361315 or 14529996. OLE color: 14529996.
HSL color Cylindrical-coordinate representation of color #CCB5DD: hue angle of 274.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB5DD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 181 | 221 | - |
CMYK | 0.08 | 0.18 | 0 | 0.13 |
HSL | 274.5º | 0.37% | 0.79% | - |
HSV(B) | 274.5º | 0.18% | 0.87% | - |
XYZ | 54.48 | 51.11 | 75.4 | - |
YUV | 192.44 | 144.12 | 136.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 221 | 0.08 | 0.18 | 0 | 0.13 | 274.5 | 0.37 | 0.79 |
Hex | CC | B5 | DD | 8 | 12 | 0 | D | 112 | 25 | 4F |
Octal | 314 | 265 | 335 | 10 | 22 | 0 | 15 | 422 | 45 | 117 |
Binary | 11001100 | 10110101 | 11011101 | 1000 | 10010 | 0 | 1101 | 100010010 | 100101 | 1001111 |
Color Harmonies of #CCB5DD
Complementary color
Monochromatic Colors of #CCB5DD
Black with #CCB5DD
Text Example
Text Example
White with #CCB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5DD; }
p { color: rgb(204,181,221); }
H1.HeaderClassName
{
color: #CCB5DD;
}
.AnyTagClassName
{
color: #CCB5DD;
}
</style>
background-color css
<style>
a { background-color: #CCB5DD; }
a { background-color: rgb(204,181,221); }
div.DivClassName
{
background-color: #CCB5DD;
}
.BgClassName
{
background-color: #CCB5DD;
}
</style>
border-color css
<style>
span { border-color: #CCB5DD; }
span { border-color: rgb(204,181,221); }
td.TdClassName
{
border-color: #CCB5DD;
}
.TagClassName
{
border-color: #CCB5DD;
}
</style>