Shades of Prelude #CCADD4
Tints of Prelude #CCADD4
RGB
CMYK
RGB Variations
Color information
#CCADD4 (or 0xCCADD4) is known color: Prelude. HEX triplet: CC, AD and D4. RGB value is (204,173,212). Sum of RGB (Red+Green+Blue) = 204+173+212=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD4 is #33522B. Grayscale: #BABABA. Windows color (decimal): -3363372 or 13938124. OLE color: 13938124.
HSL color Cylindrical-coordinate representation of color #CCADD4: hue angle of 287.69º degrees, saturation: 0.31, 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 #CCADD4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 173 | 212 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.17 |
| HSL | 287.69º | 0.31% | 0.75% | - |
| HSV(B) | 287.69º | 0.18% | 0.83% | - |
| XYZ | 51.73 | 47.48 | 68.73 | - |
| YUV | 186.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 212 | 0.04 | 0.18 | 0 | 0.17 | 287.69 | 0.31 | 0.75 |
| Hex | CC | AD | D4 | 4 | 12 | 0 | 11 | 120 | 1F | 4B |
| Octal | 314 | 255 | 324 | 4 | 22 | 0 | 21 | 440 | 37 | 113 |
| Binary | 11001100 | 10101101 | 11010100 | 100 | 10010 | 0 | 10001 | 100100000 | 11111 | 1001011 |
Color Harmonies of #CCADD4
Complementary color
Monochromatic Colors of #CCADD4
Black with #CCADD4
Text Example
Text Example
White with #CCADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADD4; }
p { color: rgb(204,173,212); }
H1.HeaderClassName
{
color: #CCADD4;
}
.AnyTagClassName
{
color: #CCADD4;
}
</style>
background-color css
<style>
a { background-color: #CCADD4; }
a { background-color: rgb(204,173,212); }
div.DivClassName
{
background-color: #CCADD4;
}
.BgClassName
{
background-color: #CCADD4;
}
</style>
border-color css
<style>
span { border-color: #CCADD4; }
span { border-color: rgb(204,173,212); }
td.TdClassName
{
border-color: #CCADD4;
}
.TagClassName
{
border-color: #CCADD4;
}
</style>