Shades of Prelude #CCADD8
Tints of Prelude #CCADD8
RGB
CMYK
RGB Variations
Color information
#CCADD8 (or 0xCCADD8) is known color: Prelude. HEX triplet: CC, AD and D8. RGB value is (204,173,216). Sum of RGB (Red+Green+Blue) = 204+173+216=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD8 is #335227. Grayscale: #BBBBBB. Windows color (decimal): -3363368 or 14200268. OLE color: 14200268.
HSL color Cylindrical-coordinate representation of color #CCADD8: hue angle of 283.26º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCADD8 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 173 | 216 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.15 |
| HSL | 283.26º | 0.36% | 0.76% | - |
| HSV(B) | 283.26º | 0.2% | 0.85% | - |
| XYZ | 52.24 | 47.68 | 71.42 | - |
| YUV | 187.17 | 144.27 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 216 | 0.06 | 0.20 | 0 | 0.15 | 283.26 | 0.36 | 0.76 |
| Hex | CC | AD | D8 | 6 | 14 | 0 | F | 11B | 24 | 4C |
| Octal | 314 | 255 | 330 | 6 | 24 | 0 | 17 | 433 | 44 | 114 |
| Binary | 11001100 | 10101101 | 11011000 | 110 | 10100 | 0 | 1111 | 100011011 | 100100 | 1001100 |
Color Harmonies of #CCADD8
Complementary color
Monochromatic Colors of #CCADD8
Black with #CCADD8
Text Example
Text Example
White with #CCADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADD8; }
p { color: rgb(204,173,216); }
H1.HeaderClassName
{
color: #CCADD8;
}
.AnyTagClassName
{
color: #CCADD8;
}
</style>
background-color css
<style>
a { background-color: #CCADD8; }
a { background-color: rgb(204,173,216); }
div.DivClassName
{
background-color: #CCADD8;
}
.BgClassName
{
background-color: #CCADD8;
}
</style>
border-color css
<style>
span { border-color: #CCADD8; }
span { border-color: rgb(204,173,216); }
td.TdClassName
{
border-color: #CCADD8;
}
.TagClassName
{
border-color: #CCADD8;
}
</style>