Shades of Prelude #CCADD1
Tints of Prelude #CCADD1
RGB
CMYK
RGB Variations
Color information
#CCADD1 (or 0xCCADD1) is known color: Prelude. HEX triplet: CC, AD and D1. RGB value is (204,173,209). Sum of RGB (Red+Green+Blue) = 204+173+209=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD1 is #33522E. Grayscale: #BABABA. Windows color (decimal): -3363375 or 13741516. OLE color: 13741516.
HSL color Cylindrical-coordinate representation of color #CCADD1: hue angle of 291.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCADD1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 173 | 209 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.18 |
| HSL | 291.67º | 0.28% | 0.75% | - |
| HSV(B) | 291.67º | 0.17% | 0.82% | - |
| XYZ | 51.35 | 47.33 | 66.75 | - |
| YUV | 186.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 209 | 0.02 | 0.17 | 0 | 0.18 | 291.67 | 0.28 | 0.75 |
| Hex | CC | AD | D1 | 2 | 11 | 0 | 12 | 124 | 1C | 4B |
| Octal | 314 | 255 | 321 | 2 | 21 | 0 | 22 | 444 | 34 | 113 |
| Binary | 11001100 | 10101101 | 11010001 | 10 | 10001 | 0 | 10010 | 100100100 | 11100 | 1001011 |
Color Harmonies of #CCADD1
Complementary color
Monochromatic Colors of #CCADD1
Black with #CCADD1
Text Example
Text Example
White with #CCADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADD1; }
p { color: rgb(204,173,209); }
H1.HeaderClassName
{
color: #CCADD1;
}
.AnyTagClassName
{
color: #CCADD1;
}
</style>
background-color css
<style>
a { background-color: #CCADD1; }
a { background-color: rgb(204,173,209); }
div.DivClassName
{
background-color: #CCADD1;
}
.BgClassName
{
background-color: #CCADD1;
}
</style>
border-color css
<style>
span { border-color: #CCADD1; }
span { border-color: rgb(204,173,209); }
td.TdClassName
{
border-color: #CCADD1;
}
.TagClassName
{
border-color: #CCADD1;
}
</style>