Shades of Prelude #CCB2D7
Tints of Prelude #CCB2D7
RGB
CMYK
RGB Variations
Color information
#CCB2D7 (or 0xCCB2D7) is known color: Prelude. HEX triplet: CC, B2 and D7. RGB value is (204,178,215). Sum of RGB (Red+Green+Blue) = 204+178+215=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCB2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2D7 is #334D28. Grayscale: #BDBDBD. Windows color (decimal): -3362089 or 14136012. OLE color: 14136012.
HSL color Cylindrical-coordinate representation of color #CCB2D7: hue angle of 282.16º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB2D7 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 178 | 215 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.16 |
| HSL | 282.16º | 0.32% | 0.77% | - |
| HSV(B) | 282.16º | 0.17% | 0.84% | - |
| XYZ | 53.09 | 49.58 | 71.06 | - |
| YUV | 189.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 215 | 0.05 | 0.17 | 0 | 0.16 | 282.16 | 0.32 | 0.77 |
| Hex | CC | B2 | D7 | 5 | 11 | 0 | 10 | 11A | 20 | 4D |
| Octal | 314 | 262 | 327 | 5 | 21 | 0 | 20 | 432 | 40 | 115 |
| Binary | 11001100 | 10110010 | 11010111 | 101 | 10001 | 0 | 10000 | 100011010 | 100000 | 1001101 |
Color Harmonies of #CCB2D7
Complementary color
Monochromatic Colors of #CCB2D7
Black with #CCB2D7
Text Example
Text Example
White with #CCB2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2D7; }
p { color: rgb(204,178,215); }
H1.HeaderClassName
{
color: #CCB2D7;
}
.AnyTagClassName
{
color: #CCB2D7;
}
</style>
background-color css
<style>
a { background-color: #CCB2D7; }
a { background-color: rgb(204,178,215); }
div.DivClassName
{
background-color: #CCB2D7;
}
.BgClassName
{
background-color: #CCB2D7;
}
</style>
border-color css
<style>
span { border-color: #CCB2D7; }
span { border-color: rgb(204,178,215); }
td.TdClassName
{
border-color: #CCB2D7;
}
.TagClassName
{
border-color: #CCB2D7;
}
</style>