Shades of Prelude #CCB2D6
Tints of Prelude #CCB2D6
RGB
CMYK
RGB Variations
Color information
#CCB2D6 (or 0xCCB2D6) is known color: Prelude. HEX triplet: CC, B2 and D6. RGB value is (204,178,214). Sum of RGB (Red+Green+Blue) = 204+178+214=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #CCB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2D6 is #334D29. Grayscale: #BDBDBD. Windows color (decimal): -3362090 or 14070476. OLE color: 14070476.
HSL color Cylindrical-coordinate representation of color #CCB2D6: hue angle of 283.33º degrees, saturation: 0.31, 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 #CCB2D6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 178 | 214 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.16 |
| HSL | 283.33º | 0.31% | 0.77% | - |
| HSV(B) | 283.33º | 0.17% | 0.84% | - |
| XYZ | 52.96 | 49.53 | 70.39 | - |
| YUV | 189.88 | 141.61 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 214 | 0.05 | 0.17 | 0 | 0.16 | 283.33 | 0.31 | 0.77 |
| Hex | CC | B2 | D6 | 5 | 11 | 0 | 10 | 11B | 1F | 4D |
| Octal | 314 | 262 | 326 | 5 | 21 | 0 | 20 | 433 | 37 | 115 |
| Binary | 11001100 | 10110010 | 11010110 | 101 | 10001 | 0 | 10000 | 100011011 | 11111 | 1001101 |
Color Harmonies of #CCB2D6
Complementary color
Monochromatic Colors of #CCB2D6
Black with #CCB2D6
Text Example
Text Example
White with #CCB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2D6; }
p { color: rgb(204,178,214); }
H1.HeaderClassName
{
color: #CCB2D6;
}
.AnyTagClassName
{
color: #CCB2D6;
}
</style>
background-color css
<style>
a { background-color: #CCB2D6; }
a { background-color: rgb(204,178,214); }
div.DivClassName
{
background-color: #CCB2D6;
}
.BgClassName
{
background-color: #CCB2D6;
}
</style>
border-color css
<style>
span { border-color: #CCB2D6; }
span { border-color: rgb(204,178,214); }
td.TdClassName
{
border-color: #CCB2D6;
}
.TagClassName
{
border-color: #CCB2D6;
}
</style>