Shades of Prelude #CCAFDF
Tints of Prelude #CCAFDF
RGB
CMYK
RGB Variations
Color information
#CCAFDF (or 0xCCAFDF) is known color: Prelude. HEX triplet: CC, AF and DF. RGB value is (204,175,223). Sum of RGB (Red+Green+Blue) = 204+175+223=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCAFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFDF is #335020. Grayscale: #BCBCBC. Windows color (decimal): -3362849 or 14659532. OLE color: 14659532.
HSL color Cylindrical-coordinate representation of color #CCAFDF: hue angle of 276.25º degrees, saturation: 0.43, 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 #CCAFDF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 175 | 223 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 276.25º | 0.43% | 0.78% | - |
| HSV(B) | 276.25º | 0.22% | 0.87% | - |
| XYZ | 53.55 | 48.83 | 76.41 | - |
| YUV | 189.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 223 | 0.09 | 0.22 | 0 | 0.13 | 276.25 | 0.43 | 0.78 |
| Hex | CC | AF | DF | 9 | 16 | 0 | D | 114 | 2B | 4E |
| Octal | 314 | 257 | 337 | 11 | 26 | 0 | 15 | 424 | 53 | 116 |
| Binary | 11001100 | 10101111 | 11011111 | 1001 | 10110 | 0 | 1101 | 100010100 | 101011 | 1001110 |
Color Harmonies of #CCAFDF
Complementary color
Monochromatic Colors of #CCAFDF
Black with #CCAFDF
Text Example
Text Example
White with #CCAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFDF; }
p { color: rgb(204,175,223); }
H1.HeaderClassName
{
color: #CCAFDF;
}
.AnyTagClassName
{
color: #CCAFDF;
}
</style>
background-color css
<style>
a { background-color: #CCAFDF; }
a { background-color: rgb(204,175,223); }
div.DivClassName
{
background-color: #CCAFDF;
}
.BgClassName
{
background-color: #CCAFDF;
}
</style>
border-color css
<style>
span { border-color: #CCAFDF; }
span { border-color: rgb(204,175,223); }
td.TdClassName
{
border-color: #CCAFDF;
}
.TagClassName
{
border-color: #CCAFDF;
}
</style>