Shades of Prelude #CCB8DA
Tints of Prelude #CCB8DA
RGB
CMYK
RGB Variations
Color information
#CCB8DA (or 0xCCB8DA) is known color: Prelude. HEX triplet: CC, B8 and DA. RGB value is (204,184,218). Sum of RGB (Red+Green+Blue) = 204+184+218=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCB8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8DA is #334725. Grayscale: #C1C1C1. Windows color (decimal): -3360550 or 14334156. OLE color: 14334156.
HSL color Cylindrical-coordinate representation of color #CCB8DA: hue angle of 275.29º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB8DA is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 184 | 218 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.15 |
| HSL | 275.29º | 0.31% | 0.79% | - |
| HSV(B) | 275.29º | 0.16% | 0.85% | - |
| XYZ | 54.7 | 52.18 | 73.52 | - |
| YUV | 193.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 218 | 0.06 | 0.16 | 0 | 0.15 | 275.29 | 0.31 | 0.79 |
| Hex | CC | B8 | DA | 6 | 10 | 0 | F | 113 | 1F | 4F |
| Octal | 314 | 270 | 332 | 6 | 20 | 0 | 17 | 423 | 37 | 117 |
| Binary | 11001100 | 10111000 | 11011010 | 110 | 10000 | 0 | 1111 | 100010011 | 11111 | 1001111 |
Color Harmonies of #CCB8DA
Complementary color
Monochromatic Colors of #CCB8DA
Black with #CCB8DA
Text Example
Text Example
White with #CCB8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8DA; }
p { color: rgb(204,184,218); }
H1.HeaderClassName
{
color: #CCB8DA;
}
.AnyTagClassName
{
color: #CCB8DA;
}
</style>
background-color css
<style>
a { background-color: #CCB8DA; }
a { background-color: rgb(204,184,218); }
div.DivClassName
{
background-color: #CCB8DA;
}
.BgClassName
{
background-color: #CCB8DA;
}
</style>
border-color css
<style>
span { border-color: #CCB8DA; }
span { border-color: rgb(204,184,218); }
td.TdClassName
{
border-color: #CCB8DA;
}
.TagClassName
{
border-color: #CCB8DA;
}
</style>