Shades of Prelude #CCB6D0
Tints of Prelude #CCB6D0
RGB
CMYK
RGB Variations
Color information
#CCB6D0 (or 0xCCB6D0) is known color: Prelude. HEX triplet: CC, B6 and D0. RGB value is (204,182,208). Sum of RGB (Red+Green+Blue) = 204+182+208=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCB6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6D0 is #33492F. Grayscale: #BFBFBF. Windows color (decimal): -3361072 or 13678284. OLE color: 13678284.
HSL color Cylindrical-coordinate representation of color #CCB6D0: hue angle of 290.77º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB6D0 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 182 | 208 | - |
CMYK | 0.02 | 0.12 | 0 | 0.18 |
HSL | 290.77º | 0.22% | 0.76% | - |
HSV(B) | 290.77º | 0.13% | 0.82% | - |
XYZ | 53.01 | 50.85 | 66.69 | - |
YUV | 191.54 | 137.29 | 136.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 182 | 208 | 0.02 | 0.12 | 0 | 0.18 | 290.77 | 0.22 | 0.76 |
Hex | CC | B6 | D0 | 2 | C | 0 | 12 | 123 | 16 | 4C |
Octal | 314 | 266 | 320 | 2 | 14 | 0 | 22 | 443 | 26 | 114 |
Binary | 11001100 | 10110110 | 11010000 | 10 | 1100 | 0 | 10010 | 100100011 | 10110 | 1001100 |
Color Harmonies of #CCB6D0
Complementary color
Monochromatic Colors of #CCB6D0
Black with #CCB6D0
Text Example
Text Example
White with #CCB6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6D0; }
p { color: rgb(204,182,208); }
H1.HeaderClassName
{
color: #CCB6D0;
}
.AnyTagClassName
{
color: #CCB6D0;
}
</style>
background-color css
<style>
a { background-color: #CCB6D0; }
a { background-color: rgb(204,182,208); }
div.DivClassName
{
background-color: #CCB6D0;
}
.BgClassName
{
background-color: #CCB6D0;
}
</style>
border-color css
<style>
span { border-color: #CCB6D0; }
span { border-color: rgb(204,182,208); }
td.TdClassName
{
border-color: #CCB6D0;
}
.TagClassName
{
border-color: #CCB6D0;
}
</style>