Shades of Prelude #CCB3DF
Tints of Prelude #CCB3DF
RGB
CMYK
RGB Variations
Color information
#CCB3DF (or 0xCCB3DF) is known color: Prelude. HEX triplet: CC, B3 and DF. RGB value is (204,179,223). Sum of RGB (Red+Green+Blue) = 204+179+223=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3DF is #334C20. Grayscale: #BFBFBF. Windows color (decimal): -3361825 or 14660556. OLE color: 14660556.
HSL color Cylindrical-coordinate representation of color #CCB3DF: hue angle of 274.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB3DF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 179 | 223 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.13 |
| HSL | 274.09º | 0.41% | 0.79% | - |
| HSV(B) | 274.09º | 0.2% | 0.87% | - |
| XYZ | 54.34 | 50.41 | 76.68 | - |
| YUV | 191.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 223 | 0.09 | 0.20 | 0 | 0.13 | 274.09 | 0.41 | 0.79 |
| Hex | CC | B3 | DF | 9 | 14 | 0 | D | 112 | 29 | 4F |
| Octal | 314 | 263 | 337 | 11 | 24 | 0 | 15 | 422 | 51 | 117 |
| Binary | 11001100 | 10110011 | 11011111 | 1001 | 10100 | 0 | 1101 | 100010010 | 101001 | 1001111 |
Color Harmonies of #CCB3DF
Complementary color
Monochromatic Colors of #CCB3DF
Black with #CCB3DF
Text Example
Text Example
White with #CCB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB3DF; }
p { color: rgb(204,179,223); }
H1.HeaderClassName
{
color: #CCB3DF;
}
.AnyTagClassName
{
color: #CCB3DF;
}
</style>
background-color css
<style>
a { background-color: #CCB3DF; }
a { background-color: rgb(204,179,223); }
div.DivClassName
{
background-color: #CCB3DF;
}
.BgClassName
{
background-color: #CCB3DF;
}
</style>
border-color css
<style>
span { border-color: #CCB3DF; }
span { border-color: rgb(204,179,223); }
td.TdClassName
{
border-color: #CCB3DF;
}
.TagClassName
{
border-color: #CCB3DF;
}
</style>