Shades of Prelude #CCADD3
Tints of Prelude #CCADD3
RGB
CMYK
RGB Variations
Color information
#CCADD3 (or 0xCCADD3) is known color: Prelude. HEX triplet: CC, AD and D3. RGB value is (204,173,211). Sum of RGB (Red+Green+Blue) = 204+173+211=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 211 (82.81% from 255 or 35.88% from 588); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD3 is #33522C. Grayscale: #BABABA. Windows color (decimal): -3363373 or 13872588. OLE color: 13872588.
HSL color Cylindrical-coordinate representation of color #CCADD3: hue angle of 288.95º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCADD3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 173 | 211 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.17 |
| HSL | 288.95º | 0.3% | 0.75% | - |
| HSV(B) | 288.95º | 0.18% | 0.83% | - |
| XYZ | 51.6 | 47.43 | 68.06 | - |
| YUV | 186.6 | 141.77 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 211 | 0.03 | 0.18 | 0 | 0.17 | 288.95 | 0.3 | 0.75 |
| Hex | CC | AD | D3 | 3 | 12 | 0 | 11 | 121 | 1E | 4B |
| Octal | 314 | 255 | 323 | 3 | 22 | 0 | 21 | 441 | 36 | 113 |
| Binary | 11001100 | 10101101 | 11010011 | 11 | 10010 | 0 | 10001 | 100100001 | 11110 | 1001011 |
Color Harmonies of #CCADD3
Complementary color
Monochromatic Colors of #CCADD3
Black with #CCADD3
Text Example
Text Example
White with #CCADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADD3; }
p { color: rgb(204,173,211); }
H1.HeaderClassName
{
color: #CCADD3;
}
.AnyTagClassName
{
color: #CCADD3;
}
</style>
background-color css
<style>
a { background-color: #CCADD3; }
a { background-color: rgb(204,173,211); }
div.DivClassName
{
background-color: #CCADD3;
}
.BgClassName
{
background-color: #CCADD3;
}
</style>
border-color css
<style>
span { border-color: #CCADD3; }
span { border-color: rgb(204,173,211); }
td.TdClassName
{
border-color: #CCADD3;
}
.TagClassName
{
border-color: #CCADD3;
}
</style>