Shades of Prelude #CCB8D3
Tints of Prelude #CCB8D3
RGB
CMYK
RGB Variations
Color information
#CCB8D3 (or 0xCCB8D3) is known color: Prelude. HEX triplet: CC, B8 and D3. RGB value is (204,184,211). Sum of RGB (Red+Green+Blue) = 204+184+211=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCB8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8D3 is #33472C. Grayscale: #C0C0C0. Windows color (decimal): -3360557 or 13875404. OLE color: 13875404.
HSL color Cylindrical-coordinate representation of color #CCB8D3: hue angle of 284.44º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB8D3 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 184 | 211 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.17 |
| HSL | 284.44º | 0.23% | 0.77% | - |
| HSV(B) | 284.44º | 0.13% | 0.83% | - |
| XYZ | 53.8 | 51.82 | 68.79 | - |
| YUV | 193.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 211 | 0.03 | 0.13 | 0 | 0.17 | 284.44 | 0.23 | 0.77 |
| Hex | CC | B8 | D3 | 3 | D | 0 | 11 | 11C | 17 | 4D |
| Octal | 314 | 270 | 323 | 3 | 15 | 0 | 21 | 434 | 27 | 115 |
| Binary | 11001100 | 10111000 | 11010011 | 11 | 1101 | 0 | 10001 | 100011100 | 10111 | 1001101 |
Color Harmonies of #CCB8D3
Complementary color
Monochromatic Colors of #CCB8D3
Black with #CCB8D3
Text Example
Text Example
White with #CCB8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8D3; }
p { color: rgb(204,184,211); }
H1.HeaderClassName
{
color: #CCB8D3;
}
.AnyTagClassName
{
color: #CCB8D3;
}
</style>
background-color css
<style>
a { background-color: #CCB8D3; }
a { background-color: rgb(204,184,211); }
div.DivClassName
{
background-color: #CCB8D3;
}
.BgClassName
{
background-color: #CCB8D3;
}
</style>
border-color css
<style>
span { border-color: #CCB8D3; }
span { border-color: rgb(204,184,211); }
td.TdClassName
{
border-color: #CCB8D3;
}
.TagClassName
{
border-color: #CCB8D3;
}
</style>