Shades of Prelude #CCADDB
Tints of Prelude #CCADDB
RGB
CMYK
RGB Variations
Color information
#CCADDB (or 0xCCADDB) is known color: Prelude. HEX triplet: CC, AD and DB. RGB value is (204,173,219). Sum of RGB (Red+Green+Blue) = 204+173+219=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 173 (67.97% from 255 or 29.03% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADDB is #335224. Grayscale: #BBBBBB. Windows color (decimal): -3363365 or 14396876. OLE color: 14396876.
HSL color Cylindrical-coordinate representation of color #CCADDB: hue angle of 280.43º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCADDB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 173 | 219 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 280.43º | 0.39% | 0.77% | - |
| HSV(B) | 280.43º | 0.21% | 0.86% | - |
| XYZ | 52.63 | 47.84 | 73.48 | - |
| YUV | 187.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 219 | 0.07 | 0.21 | 0 | 0.14 | 280.43 | 0.39 | 0.77 |
| Hex | CC | AD | DB | 7 | 15 | 0 | E | 118 | 27 | 4D |
| Octal | 314 | 255 | 333 | 7 | 25 | 0 | 16 | 430 | 47 | 115 |
| Binary | 11001100 | 10101101 | 11011011 | 111 | 10101 | 0 | 1110 | 100011000 | 100111 | 1001101 |
Color Harmonies of #CCADDB
Complementary color
Monochromatic Colors of #CCADDB
Black with #CCADDB
Text Example
Text Example
White with #CCADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADDB; }
p { color: rgb(204,173,219); }
H1.HeaderClassName
{
color: #CCADDB;
}
.AnyTagClassName
{
color: #CCADDB;
}
</style>
background-color css
<style>
a { background-color: #CCADDB; }
a { background-color: rgb(204,173,219); }
div.DivClassName
{
background-color: #CCADDB;
}
.BgClassName
{
background-color: #CCADDB;
}
</style>
border-color css
<style>
span { border-color: #CCADDB; }
span { border-color: rgb(204,173,219); }
td.TdClassName
{
border-color: #CCADDB;
}
.TagClassName
{
border-color: #CCADDB;
}
</style>