Shades of Prelude #CCADDF
Tints of Prelude #CCADDF
RGB
CMYK
RGB Variations
Color information
#CCADDF (or 0xCCADDF) is known color: Prelude. HEX triplet: CC, AD and DF. RGB value is (204,173,223). Sum of RGB (Red+Green+Blue) = 204+173+223=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDF is #335220. Grayscale: #BBBBBB. Windows color (decimal): -3363361 or 14659020. OLE color: 14659020.
HSL color Cylindrical-coordinate representation of color #CCADDF: hue angle of 277.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCADDF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 173 | 223 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 277.2º | 0.44% | 0.78% | - |
| HSV(B) | 277.2º | 0.22% | 0.87% | - |
| XYZ | 53.16 | 48.05 | 76.28 | - |
| YUV | 187.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 223 | 0.09 | 0.22 | 0 | 0.13 | 277.2 | 0.44 | 0.78 |
| Hex | CC | AD | DF | 9 | 16 | 0 | D | 115 | 2C | 4E |
| Octal | 314 | 255 | 337 | 11 | 26 | 0 | 15 | 425 | 54 | 116 |
| Binary | 11001100 | 10101101 | 11011111 | 1001 | 10110 | 0 | 1101 | 100010101 | 101100 | 1001110 |
Color Harmonies of #CCADDF
Complementary color
Monochromatic Colors of #CCADDF
Black with #CCADDF
Text Example
Text Example
White with #CCADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADDF; }
p { color: rgb(204,173,223); }
H1.HeaderClassName
{
color: #CCADDF;
}
.AnyTagClassName
{
color: #CCADDF;
}
</style>
background-color css
<style>
a { background-color: #CCADDF; }
a { background-color: rgb(204,173,223); }
div.DivClassName
{
background-color: #CCADDF;
}
.BgClassName
{
background-color: #CCADDF;
}
</style>
border-color css
<style>
span { border-color: #CCADDF; }
span { border-color: rgb(204,173,223); }
td.TdClassName
{
border-color: #CCADDF;
}
.TagClassName
{
border-color: #CCADDF;
}
</style>