Shades of Prelude #CCB5D6
Tints of Prelude #CCB5D6
RGB
CMYK
RGB Variations
Color information
#CCB5D6 (or 0xCCB5D6) is known color: Prelude. HEX triplet: CC, B5 and D6. RGB value is (204,181,214). Sum of RGB (Red+Green+Blue) = 204+181+214=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCB5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5D6 is #334A29. Grayscale: #BFBFBF. Windows color (decimal): -3361322 or 14071244. OLE color: 14071244.
HSL color Cylindrical-coordinate representation of color #CCB5D6: hue angle of 281.82º degrees, saturation: 0.29, 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 #CCB5D6 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 181 | 214 | - |
CMYK | 0.05 | 0.15 | 0 | 0.16 |
HSL | 281.82º | 0.29% | 0.77% | - |
HSV(B) | 281.82º | 0.15% | 0.84% | - |
XYZ | 53.56 | 50.74 | 70.59 | - |
YUV | 191.64 | 140.62 | 136.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 181 | 214 | 0.05 | 0.15 | 0 | 0.16 | 281.82 | 0.29 | 0.77 |
Hex | CC | B5 | D6 | 5 | F | 0 | 10 | 11A | 1D | 4D |
Octal | 314 | 265 | 326 | 5 | 17 | 0 | 20 | 432 | 35 | 115 |
Binary | 11001100 | 10110101 | 11010110 | 101 | 1111 | 0 | 10000 | 100011010 | 11101 | 1001101 |
Color Harmonies of #CCB5D6
Complementary color
Monochromatic Colors of #CCB5D6
Black with #CCB5D6
Text Example
Text Example
White with #CCB5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB5D6; }
p { color: rgb(204,181,214); }
H1.HeaderClassName
{
color: #CCB5D6;
}
.AnyTagClassName
{
color: #CCB5D6;
}
</style>
background-color css
<style>
a { background-color: #CCB5D6; }
a { background-color: rgb(204,181,214); }
div.DivClassName
{
background-color: #CCB5D6;
}
.BgClassName
{
background-color: #CCB5D6;
}
</style>
border-color css
<style>
span { border-color: #CCB5D6; }
span { border-color: rgb(204,181,214); }
td.TdClassName
{
border-color: #CCB5D6;
}
.TagClassName
{
border-color: #CCB5D6;
}
</style>