Shades of Prelude #CCACDA
Tints of Prelude #CCACDA
RGB
CMYK
RGB Variations
Color information
#CCACDA (or 0xCCACDA) is known color: Prelude. HEX triplet: CC, AC and DA. RGB value is (204,172,218). Sum of RGB (Red+Green+Blue) = 204+172+218=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACDA is #335325. Grayscale: #BABABA. Windows color (decimal): -3363622 or 14331084. OLE color: 14331084.
HSL color Cylindrical-coordinate representation of color #CCACDA: hue angle of 281.74º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCACDA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 172 | 218 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.15 |
| HSL | 281.74º | 0.38% | 0.76% | - |
| HSV(B) | 281.74º | 0.21% | 0.85% | - |
| XYZ | 52.31 | 47.4 | 72.72 | - |
| YUV | 186.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 218 | 0.06 | 0.21 | 0 | 0.15 | 281.74 | 0.38 | 0.76 |
| Hex | CC | AC | DA | 6 | 15 | 0 | F | 11A | 26 | 4C |
| Octal | 314 | 254 | 332 | 6 | 25 | 0 | 17 | 432 | 46 | 114 |
| Binary | 11001100 | 10101100 | 11011010 | 110 | 10101 | 0 | 1111 | 100011010 | 100110 | 1001100 |
Color Harmonies of #CCACDA
Complementary color
Monochromatic Colors of #CCACDA
Black with #CCACDA
Text Example
Text Example
White with #CCACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACDA; }
p { color: rgb(204,172,218); }
H1.HeaderClassName
{
color: #CCACDA;
}
.AnyTagClassName
{
color: #CCACDA;
}
</style>
background-color css
<style>
a { background-color: #CCACDA; }
a { background-color: rgb(204,172,218); }
div.DivClassName
{
background-color: #CCACDA;
}
.BgClassName
{
background-color: #CCACDA;
}
</style>
border-color css
<style>
span { border-color: #CCACDA; }
span { border-color: rgb(204,172,218); }
td.TdClassName
{
border-color: #CCACDA;
}
.TagClassName
{
border-color: #CCACDA;
}
</style>