Shades of Prelude #CCB7D2
Tints of Prelude #CCB7D2
RGB
CMYK
RGB Variations
Color information
#CCB7D2 (or 0xCCB7D2) is known color: Prelude. HEX triplet: CC, B7 and D2. RGB value is (204,183,210). Sum of RGB (Red+Green+Blue) = 204+183+210=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCB7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7D2 is #33482D. Grayscale: #C0C0C0. Windows color (decimal): -3360814 or 13809612. OLE color: 13809612.
HSL color Cylindrical-coordinate representation of color #CCB7D2: hue angle of 286.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB7D2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 183 | 210 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.18 |
| HSL | 286.67º | 0.23% | 0.77% | - |
| HSV(B) | 286.67º | 0.13% | 0.82% | - |
| XYZ | 53.47 | 51.36 | 68.07 | - |
| YUV | 192.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 210 | 0.03 | 0.13 | 0 | 0.18 | 286.67 | 0.23 | 0.77 |
| Hex | CC | B7 | D2 | 3 | D | 0 | 12 | 11F | 17 | 4D |
| Octal | 314 | 267 | 322 | 3 | 15 | 0 | 22 | 437 | 27 | 115 |
| Binary | 11001100 | 10110111 | 11010010 | 11 | 1101 | 0 | 10010 | 100011111 | 10111 | 1001101 |
Color Harmonies of #CCB7D2
Complementary color
Monochromatic Colors of #CCB7D2
Black with #CCB7D2
Text Example
Text Example
White with #CCB7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB7D2; }
p { color: rgb(204,183,210); }
H1.HeaderClassName
{
color: #CCB7D2;
}
.AnyTagClassName
{
color: #CCB7D2;
}
</style>
background-color css
<style>
a { background-color: #CCB7D2; }
a { background-color: rgb(204,183,210); }
div.DivClassName
{
background-color: #CCB7D2;
}
.BgClassName
{
background-color: #CCB7D2;
}
</style>
border-color css
<style>
span { border-color: #CCB7D2; }
span { border-color: rgb(204,183,210); }
td.TdClassName
{
border-color: #CCB7D2;
}
.TagClassName
{
border-color: #CCB7D2;
}
</style>