Shades of Prelude #CCABD2
Tints of Prelude #CCABD2
RGB
CMYK
RGB Variations
Color information
#CCABD2 (or 0xCCABD2) is known color: Prelude. HEX triplet: CC, AB and D2. RGB value is (204,171,210). Sum of RGB (Red+Green+Blue) = 204+171+210=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABD2 is #33542D. Grayscale: #B9B9B9. Windows color (decimal): -3363886 or 13806540. OLE color: 13806540.
HSL color Cylindrical-coordinate representation of color #CCABD2: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCABD2 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 171 | 210 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.18 |
| HSL | 290.77º | 0.3% | 0.75% | - |
| HSV(B) | 290.77º | 0.19% | 0.82% | - |
| XYZ | 51.1 | 46.62 | 67.28 | - |
| YUV | 185.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 210 | 0.03 | 0.19 | 0 | 0.18 | 290.77 | 0.3 | 0.75 |
| Hex | CC | AB | D2 | 3 | 13 | 0 | 12 | 123 | 1E | 4B |
| Octal | 314 | 253 | 322 | 3 | 23 | 0 | 22 | 443 | 36 | 113 |
| Binary | 11001100 | 10101011 | 11010010 | 11 | 10011 | 0 | 10010 | 100100011 | 11110 | 1001011 |
Color Harmonies of #CCABD2
Complementary color
Monochromatic Colors of #CCABD2
Black with #CCABD2
Text Example
Text Example
White with #CCABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABD2; }
p { color: rgb(204,171,210); }
H1.HeaderClassName
{
color: #CCABD2;
}
.AnyTagClassName
{
color: #CCABD2;
}
</style>
background-color css
<style>
a { background-color: #CCABD2; }
a { background-color: rgb(204,171,210); }
div.DivClassName
{
background-color: #CCABD2;
}
.BgClassName
{
background-color: #CCABD2;
}
</style>
border-color css
<style>
span { border-color: #CCABD2; }
span { border-color: rgb(204,171,210); }
td.TdClassName
{
border-color: #CCABD2;
}
.TagClassName
{
border-color: #CCABD2;
}
</style>