Shades of Prelude #CCAEDF
Tints of Prelude #CCAEDF
RGB
CMYK
RGB Variations
Color information
#CCAEDF (or 0xCCAEDF) is known color: Prelude. HEX triplet: CC, AE and DF. RGB value is (204,174,223). Sum of RGB (Red+Green+Blue) = 204+174+223=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEDF is #335120. Grayscale: #BCBCBC. Windows color (decimal): -3363105 or 14659276. OLE color: 14659276.
HSL color Cylindrical-coordinate representation of color #CCAEDF: hue angle of 276.73º 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 #CCAEDF is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 174 | 223 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 276.73º | 0.43% | 0.78% | - |
| HSV(B) | 276.73º | 0.22% | 0.87% | - |
| XYZ | 53.36 | 48.44 | 76.35 | - |
| YUV | 188.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 223 | 0.09 | 0.22 | 0 | 0.13 | 276.73 | 0.43 | 0.78 |
| Hex | CC | AE | DF | 9 | 16 | 0 | D | 115 | 2B | 4E |
| Octal | 314 | 256 | 337 | 11 | 26 | 0 | 15 | 425 | 53 | 116 |
| Binary | 11001100 | 10101110 | 11011111 | 1001 | 10110 | 0 | 1101 | 100010101 | 101011 | 1001110 |
Color Harmonies of #CCAEDF
Complementary color
Monochromatic Colors of #CCAEDF
Black with #CCAEDF
Text Example
Text Example
White with #CCAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEDF; }
p { color: rgb(204,174,223); }
H1.HeaderClassName
{
color: #CCAEDF;
}
.AnyTagClassName
{
color: #CCAEDF;
}
</style>
background-color css
<style>
a { background-color: #CCAEDF; }
a { background-color: rgb(204,174,223); }
div.DivClassName
{
background-color: #CCAEDF;
}
.BgClassName
{
background-color: #CCAEDF;
}
</style>
border-color css
<style>
span { border-color: #CCAEDF; }
span { border-color: rgb(204,174,223); }
td.TdClassName
{
border-color: #CCAEDF;
}
.TagClassName
{
border-color: #CCAEDF;
}
</style>