Shades of Prelude #CBB1D8
Tints of Prelude #CBB1D8
RGB
CMYK
RGB Variations
Color information
#CBB1D8 (or 0xCBB1D8) is known color: Prelude. HEX triplet: CB, B1 and D8. RGB value is (203,177,216). Sum of RGB (Red+Green+Blue) = 203+177+216=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 216 (84.77% from 255 or 36.24% from 596); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1D8 is #344E27. Grayscale: #BDBDBD. Windows color (decimal): -3427880 or 14201291. OLE color: 14201291.
HSL color Cylindrical-coordinate representation of color #CBB1D8: hue angle of 280º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB1D8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 177 | 216 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.15 |
| HSL | 280º | 0.33% | 0.77% | - |
| HSV(B) | 280º | 0.18% | 0.85% | - |
| XYZ | 52.75 | 49.1 | 71.66 | - |
| YUV | 189.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 216 | 0.06 | 0.18 | 0 | 0.15 | 280 | 0.33 | 0.77 |
| Hex | CB | B1 | D8 | 6 | 12 | 0 | F | 118 | 21 | 4D |
| Octal | 313 | 261 | 330 | 6 | 22 | 0 | 17 | 430 | 41 | 115 |
| Binary | 11001011 | 10110001 | 11011000 | 110 | 10010 | 0 | 1111 | 100011000 | 100001 | 1001101 |
Color Harmonies of #CBB1D8
Complementary color
Monochromatic Colors of #CBB1D8
Black with #CBB1D8
Text Example
Text Example
White with #CBB1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1D8; }
p { color: rgb(203,177,216); }
H1.HeaderClassName
{
color: #CBB1D8;
}
.AnyTagClassName
{
color: #CBB1D8;
}
</style>
background-color css
<style>
a { background-color: #CBB1D8; }
a { background-color: rgb(203,177,216); }
div.DivClassName
{
background-color: #CBB1D8;
}
.BgClassName
{
background-color: #CBB1D8;
}
</style>
border-color css
<style>
span { border-color: #CBB1D8; }
span { border-color: rgb(203,177,216); }
td.TdClassName
{
border-color: #CBB1D8;
}
.TagClassName
{
border-color: #CBB1D8;
}
</style>