Shades of Prelude #CCB6D2
Tints of Prelude #CCB6D2
RGB
CMYK
RGB Variations
Color information
#CCB6D2 (or 0xCCB6D2) is known color: Prelude. HEX triplet: CC, B6 and D2. RGB value is (204,182,210). Sum of RGB (Red+Green+Blue) = 204+182+210=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCB6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6D2 is #33492D. Grayscale: #BFBFBF. Windows color (decimal): -3361070 or 13809356. OLE color: 13809356.
HSL color Cylindrical-coordinate representation of color #CCB6D2: hue angle of 287.14º degrees, saturation: 0.24, 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 #CCB6D2 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 182 | 210 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.18 |
| HSL | 287.14º | 0.24% | 0.77% | - |
| HSV(B) | 287.14º | 0.13% | 0.82% | - |
| XYZ | 53.26 | 50.95 | 68 | - |
| YUV | 191.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 210 | 0.03 | 0.13 | 0 | 0.18 | 287.14 | 0.24 | 0.77 |
| Hex | CC | B6 | D2 | 3 | D | 0 | 12 | 11F | 18 | 4D |
| Octal | 314 | 266 | 322 | 3 | 15 | 0 | 22 | 437 | 30 | 115 |
| Binary | 11001100 | 10110110 | 11010010 | 11 | 1101 | 0 | 10010 | 100011111 | 11000 | 1001101 |
Color Harmonies of #CCB6D2
Complementary color
Monochromatic Colors of #CCB6D2
Black with #CCB6D2
Text Example
Text Example
White with #CCB6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6D2; }
p { color: rgb(204,182,210); }
H1.HeaderClassName
{
color: #CCB6D2;
}
.AnyTagClassName
{
color: #CCB6D2;
}
</style>
background-color css
<style>
a { background-color: #CCB6D2; }
a { background-color: rgb(204,182,210); }
div.DivClassName
{
background-color: #CCB6D2;
}
.BgClassName
{
background-color: #CCB6D2;
}
</style>
border-color css
<style>
span { border-color: #CCB6D2; }
span { border-color: rgb(204,182,210); }
td.TdClassName
{
border-color: #CCB6D2;
}
.TagClassName
{
border-color: #CCB6D2;
}
</style>