Shades of Prelude #CCABDA
Tints of Prelude #CCABDA
RGB
CMYK
RGB Variations
Color information
#CCABDA (or 0xCCABDA) is known color: Prelude. HEX triplet: CC, AB and DA. RGB value is (204,171,218). Sum of RGB (Red+Green+Blue) = 204+171+218=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABDA is #335425. Grayscale: #BABABA. Windows color (decimal): -3363878 or 14330828. OLE color: 14330828.
HSL color Cylindrical-coordinate representation of color #CCABDA: hue angle of 282.13º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCABDA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 171 | 218 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.15 |
| HSL | 282.13º | 0.39% | 0.76% | - |
| HSV(B) | 282.13º | 0.22% | 0.85% | - |
| XYZ | 52.12 | 47.03 | 72.66 | - |
| YUV | 186.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 218 | 0.06 | 0.22 | 0 | 0.15 | 282.13 | 0.39 | 0.76 |
| Hex | CC | AB | DA | 6 | 16 | 0 | F | 11A | 27 | 4C |
| Octal | 314 | 253 | 332 | 6 | 26 | 0 | 17 | 432 | 47 | 114 |
| Binary | 11001100 | 10101011 | 11011010 | 110 | 10110 | 0 | 1111 | 100011010 | 100111 | 1001100 |
Color Harmonies of #CCABDA
Complementary color
Monochromatic Colors of #CCABDA
Black with #CCABDA
Text Example
Text Example
White with #CCABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABDA; }
p { color: rgb(204,171,218); }
H1.HeaderClassName
{
color: #CCABDA;
}
.AnyTagClassName
{
color: #CCABDA;
}
</style>
background-color css
<style>
a { background-color: #CCABDA; }
a { background-color: rgb(204,171,218); }
div.DivClassName
{
background-color: #CCABDA;
}
.BgClassName
{
background-color: #CCABDA;
}
</style>
border-color css
<style>
span { border-color: #CCABDA; }
span { border-color: rgb(204,171,218); }
td.TdClassName
{
border-color: #CCABDA;
}
.TagClassName
{
border-color: #CCABDA;
}
</style>