Shades of Prelude #CCAEDB
Tints of Prelude #CCAEDB
RGB
CMYK
RGB Variations
Color information
#CCAEDB (or 0xCCAEDB) is known color: Prelude. HEX triplet: CC, AE and DB. RGB value is (204,174,219). Sum of RGB (Red+Green+Blue) = 204+174+219=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEDB is #335124. Grayscale: #BBBBBB. Windows color (decimal): -3363109 or 14397132. OLE color: 14397132.
HSL color Cylindrical-coordinate representation of color #CCAEDB: hue angle of 280º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCAEDB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 174 | 219 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 280º | 0.38% | 0.77% | - |
| HSV(B) | 280º | 0.21% | 0.86% | - |
| XYZ | 52.82 | 48.22 | 73.54 | - |
| YUV | 188.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 219 | 0.07 | 0.21 | 0 | 0.14 | 280 | 0.38 | 0.77 |
| Hex | CC | AE | DB | 7 | 15 | 0 | E | 118 | 26 | 4D |
| Octal | 314 | 256 | 333 | 7 | 25 | 0 | 16 | 430 | 46 | 115 |
| Binary | 11001100 | 10101110 | 11011011 | 111 | 10101 | 0 | 1110 | 100011000 | 100110 | 1001101 |
Color Harmonies of #CCAEDB
Complementary color
Monochromatic Colors of #CCAEDB
Black with #CCAEDB
Text Example
Text Example
White with #CCAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEDB; }
p { color: rgb(204,174,219); }
H1.HeaderClassName
{
color: #CCAEDB;
}
.AnyTagClassName
{
color: #CCAEDB;
}
</style>
background-color css
<style>
a { background-color: #CCAEDB; }
a { background-color: rgb(204,174,219); }
div.DivClassName
{
background-color: #CCAEDB;
}
.BgClassName
{
background-color: #CCAEDB;
}
</style>
border-color css
<style>
span { border-color: #CCAEDB; }
span { border-color: rgb(204,174,219); }
td.TdClassName
{
border-color: #CCAEDB;
}
.TagClassName
{
border-color: #CCAEDB;
}
</style>