Shades of Prelude #CCB9D3
Tints of Prelude #CCB9D3
RGB
CMYK
RGB Variations
Color information
#CCB9D3 (or 0xCCB9D3) is known color: Prelude. HEX triplet: CC, B9 and D3. RGB value is (204,185,211). Sum of RGB (Red+Green+Blue) = 204+185+211=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 211 (82.81% from 255 or 35.17% from 600); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9D3 is #33462C. Grayscale: #C1C1C1. Windows color (decimal): -3360301 or 13875660. OLE color: 13875660.
HSL color Cylindrical-coordinate representation of color #CCB9D3: hue angle of 283.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB9D3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 185 | 211 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.17 |
| HSL | 283.85º | 0.23% | 0.78% | - |
| HSV(B) | 283.85º | 0.12% | 0.83% | - |
| XYZ | 54.01 | 52.24 | 68.86 | - |
| YUV | 193.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 211 | 0.03 | 0.12 | 0 | 0.17 | 283.85 | 0.23 | 0.78 |
| Hex | CC | B9 | D3 | 3 | C | 0 | 11 | 11C | 17 | 4E |
| Octal | 314 | 271 | 323 | 3 | 14 | 0 | 21 | 434 | 27 | 116 |
| Binary | 11001100 | 10111001 | 11010011 | 11 | 1100 | 0 | 10001 | 100011100 | 10111 | 1001110 |
Color Harmonies of #CCB9D3
Complementary color
Monochromatic Colors of #CCB9D3
Black with #CCB9D3
Text Example
Text Example
White with #CCB9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB9D3; }
p { color: rgb(204,185,211); }
H1.HeaderClassName
{
color: #CCB9D3;
}
.AnyTagClassName
{
color: #CCB9D3;
}
</style>
background-color css
<style>
a { background-color: #CCB9D3; }
a { background-color: rgb(204,185,211); }
div.DivClassName
{
background-color: #CCB9D3;
}
.BgClassName
{
background-color: #CCB9D3;
}
</style>
border-color css
<style>
span { border-color: #CCB9D3; }
span { border-color: rgb(204,185,211); }
td.TdClassName
{
border-color: #CCB9D3;
}
.TagClassName
{
border-color: #CCB9D3;
}
</style>