Shades of Prelude #CBB1DA
Tints of Prelude #CBB1DA
RGB
CMYK
RGB Variations
Color information
#CBB1DA (or 0xCBB1DA) is known color: Prelude. HEX triplet: CB, B1 and DA. RGB value is (203,177,218). Sum of RGB (Red+Green+Blue) = 203+177+218=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1DA is #344E25. Grayscale: #BDBDBD. Windows color (decimal): -3427878 or 14332363. OLE color: 14332363.
HSL color Cylindrical-coordinate representation of color #CBB1DA: hue angle of 278.05º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB1DA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 177 | 218 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.15 |
| HSL | 278.05º | 0.36% | 0.77% | - |
| HSV(B) | 278.05º | 0.19% | 0.85% | - |
| XYZ | 53.01 | 49.2 | 73.03 | - |
| YUV | 189.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 218 | 0.07 | 0.19 | 0 | 0.15 | 278.05 | 0.36 | 0.77 |
| Hex | CB | B1 | DA | 7 | 13 | 0 | F | 116 | 24 | 4D |
| Octal | 313 | 261 | 332 | 7 | 23 | 0 | 17 | 426 | 44 | 115 |
| Binary | 11001011 | 10110001 | 11011010 | 111 | 10011 | 0 | 1111 | 100010110 | 100100 | 1001101 |
Color Harmonies of #CBB1DA
Complementary color
Monochromatic Colors of #CBB1DA
Black with #CBB1DA
Text Example
Text Example
White with #CBB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1DA; }
p { color: rgb(203,177,218); }
H1.HeaderClassName
{
color: #CBB1DA;
}
.AnyTagClassName
{
color: #CBB1DA;
}
</style>
background-color css
<style>
a { background-color: #CBB1DA; }
a { background-color: rgb(203,177,218); }
div.DivClassName
{
background-color: #CBB1DA;
}
.BgClassName
{
background-color: #CBB1DA;
}
</style>
border-color css
<style>
span { border-color: #CBB1DA; }
span { border-color: rgb(203,177,218); }
td.TdClassName
{
border-color: #CBB1DA;
}
.TagClassName
{
border-color: #CBB1DA;
}
</style>