Shades of Prelude #CBBDD6
Tints of Prelude #CBBDD6
RGB
CMYK
RGB Variations
Color information
#CBBDD6 (or 0xCBBDD6) is known color: Prelude. HEX triplet: CB, BD and D6. RGB value is (203,189,214). Sum of RGB (Red+Green+Blue) = 203+189+214=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBBDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD6 is #344229. Grayscale: #C3C3C3. Windows color (decimal): -3424810 or 14073291. OLE color: 14073291.
HSL color Cylindrical-coordinate representation of color #CBBDD6: hue angle of 273.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBBDD6 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 189 | 214 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.16 |
| HSL | 273.6º | 0.23% | 0.79% | - |
| HSV(B) | 273.6º | 0.12% | 0.84% | - |
| XYZ | 54.96 | 53.95 | 71.13 | - |
| YUV | 196.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 214 | 0.05 | 0.12 | 0 | 0.16 | 273.6 | 0.23 | 0.79 |
| Hex | CB | BD | D6 | 5 | C | 0 | 10 | 112 | 17 | 4F |
| Octal | 313 | 275 | 326 | 5 | 14 | 0 | 20 | 422 | 27 | 117 |
| Binary | 11001011 | 10111101 | 11010110 | 101 | 1100 | 0 | 10000 | 100010010 | 10111 | 1001111 |
Color Harmonies of #CBBDD6
Complementary color
Monochromatic Colors of #CBBDD6
Black with #CBBDD6
Text Example
Text Example
White with #CBBDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDD6; }
p { color: rgb(203,189,214); }
H1.HeaderClassName
{
color: #CBBDD6;
}
.AnyTagClassName
{
color: #CBBDD6;
}
</style>
background-color css
<style>
a { background-color: #CBBDD6; }
a { background-color: rgb(203,189,214); }
div.DivClassName
{
background-color: #CBBDD6;
}
.BgClassName
{
background-color: #CBBDD6;
}
</style>
border-color css
<style>
span { border-color: #CBBDD6; }
span { border-color: rgb(203,189,214); }
td.TdClassName
{
border-color: #CBBDD6;
}
.TagClassName
{
border-color: #CBBDD6;
}
</style>