Shades of Prelude #CCADDC
Tints of Prelude #CCADDC
RGB
CMYK
RGB Variations
Color information
#CCADDC (or 0xCCADDC) is known color: Prelude. HEX triplet: CC, AD and DC. RGB value is (204,173,220). Sum of RGB (Red+Green+Blue) = 204+173+220=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDC is #335223. Grayscale: #BBBBBB. Windows color (decimal): -3363364 or 14462412. OLE color: 14462412.
HSL color Cylindrical-coordinate representation of color #CCADDC: hue angle of 279.57º degrees, saturation: 0.4, 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 #CCADDC is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 173 | 220 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 279.57º | 0.4% | 0.77% | - |
| HSV(B) | 279.57º | 0.21% | 0.86% | - |
| XYZ | 52.76 | 47.89 | 74.17 | - |
| YUV | 187.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 220 | 0.07 | 0.21 | 0 | 0.14 | 279.57 | 0.4 | 0.77 |
| Hex | CC | AD | DC | 7 | 15 | 0 | E | 118 | 28 | 4D |
| Octal | 314 | 255 | 334 | 7 | 25 | 0 | 16 | 430 | 50 | 115 |
| Binary | 11001100 | 10101101 | 11011100 | 111 | 10101 | 0 | 1110 | 100011000 | 101000 | 1001101 |
Color Harmonies of #CCADDC
Complementary color
Monochromatic Colors of #CCADDC
Black with #CCADDC
Text Example
Text Example
White with #CCADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADDC; }
p { color: rgb(204,173,220); }
H1.HeaderClassName
{
color: #CCADDC;
}
.AnyTagClassName
{
color: #CCADDC;
}
</style>
background-color css
<style>
a { background-color: #CCADDC; }
a { background-color: rgb(204,173,220); }
div.DivClassName
{
background-color: #CCADDC;
}
.BgClassName
{
background-color: #CCADDC;
}
</style>
border-color css
<style>
span { border-color: #CCADDC; }
span { border-color: rgb(204,173,220); }
td.TdClassName
{
border-color: #CCADDC;
}
.TagClassName
{
border-color: #CCADDC;
}
</style>