Shades of Prelude #CCBADB
Tints of Prelude #CCBADB
RGB
CMYK
RGB Variations
Color information
#CCBADB (or 0xCCBADB) is known color: Prelude. HEX triplet: CC, BA and DB. RGB value is (204,186,219). Sum of RGB (Red+Green+Blue) = 204+186+219=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBADB is #334524. Grayscale: #C3C3C3. Windows color (decimal): -3360037 or 14400204. OLE color: 14400204.
HSL color Cylindrical-coordinate representation of color #CCBADB: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCBADB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 186 | 219 | - |
CMYK | 0.07 | 0.15 | 0 | 0.14 |
HSL | 272.73º | 0.31% | 0.79% | - |
HSV(B) | 272.73º | 0.15% | 0.86% | - |
XYZ | 55.25 | 53.07 | 74.35 | - |
YUV | 195.14 | 141.46 | 134.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 186 | 219 | 0.07 | 0.15 | 0 | 0.14 | 272.73 | 0.31 | 0.79 |
Hex | CC | BA | DB | 7 | F | 0 | E | 111 | 1F | 4F |
Octal | 314 | 272 | 333 | 7 | 17 | 0 | 16 | 421 | 37 | 117 |
Binary | 11001100 | 10111010 | 11011011 | 111 | 1111 | 0 | 1110 | 100010001 | 11111 | 1001111 |
Color Harmonies of #CCBADB
Complementary color
Monochromatic Colors of #CCBADB
Black with #CCBADB
Text Example
Text Example
White with #CCBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBADB; }
p { color: rgb(204,186,219); }
H1.HeaderClassName
{
color: #CCBADB;
}
.AnyTagClassName
{
color: #CCBADB;
}
</style>
background-color css
<style>
a { background-color: #CCBADB; }
a { background-color: rgb(204,186,219); }
div.DivClassName
{
background-color: #CCBADB;
}
.BgClassName
{
background-color: #CCBADB;
}
</style>
border-color css
<style>
span { border-color: #CCBADB; }
span { border-color: rgb(204,186,219); }
td.TdClassName
{
border-color: #CCBADB;
}
.TagClassName
{
border-color: #CCBADB;
}
</style>