Shades of Prelude #CCADDA
Tints of Prelude #CCADDA
RGB
CMYK
RGB Variations
Color information
#CCADDA (or 0xCCADDA) is known color: Prelude. HEX triplet: CC, AD and DA. RGB value is (204,173,218). Sum of RGB (Red+Green+Blue) = 204+173+218=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDA is #335225. Grayscale: #BBBBBB. Windows color (decimal): -3363366 or 14331340. OLE color: 14331340.
HSL color Cylindrical-coordinate representation of color #CCADDA: hue angle of 281.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCADDA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 173 | 218 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.15 |
| HSL | 281.33º | 0.38% | 0.77% | - |
| HSV(B) | 281.33º | 0.21% | 0.85% | - |
| XYZ | 52.5 | 47.79 | 72.79 | - |
| YUV | 187.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 218 | 0.06 | 0.21 | 0 | 0.15 | 281.33 | 0.38 | 0.77 |
| Hex | CC | AD | DA | 6 | 15 | 0 | F | 119 | 26 | 4D |
| Octal | 314 | 255 | 332 | 6 | 25 | 0 | 17 | 431 | 46 | 115 |
| Binary | 11001100 | 10101101 | 11011010 | 110 | 10101 | 0 | 1111 | 100011001 | 100110 | 1001101 |
Color Harmonies of #CCADDA
Complementary color
Monochromatic Colors of #CCADDA
Black with #CCADDA
Text Example
Text Example
White with #CCADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADDA; }
p { color: rgb(204,173,218); }
H1.HeaderClassName
{
color: #CCADDA;
}
.AnyTagClassName
{
color: #CCADDA;
}
</style>
background-color css
<style>
a { background-color: #CCADDA; }
a { background-color: rgb(204,173,218); }
div.DivClassName
{
background-color: #CCADDA;
}
.BgClassName
{
background-color: #CCADDA;
}
</style>
border-color css
<style>
span { border-color: #CCADDA; }
span { border-color: rgb(204,173,218); }
td.TdClassName
{
border-color: #CCADDA;
}
.TagClassName
{
border-color: #CCADDA;
}
</style>