Shades of Prelude #CBB2D6
Tints of Prelude #CBB2D6
RGB
CMYK
RGB Variations
Color information
#CBB2D6 (or 0xCBB2D6) is known color: Prelude. HEX triplet: CB, B2 and D6. RGB value is (203,178,214). Sum of RGB (Red+Green+Blue) = 203+178+214=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBB2D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2D6 is #344D29. Grayscale: #BDBDBD. Windows color (decimal): -3427626 or 14070475. OLE color: 14070475.
HSL color Cylindrical-coordinate representation of color #CBB2D6: hue angle of 281.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB2D6 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 178 | 214 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.16 |
| HSL | 281.67º | 0.31% | 0.77% | - |
| HSV(B) | 281.67º | 0.17% | 0.84% | - |
| XYZ | 52.69 | 49.39 | 70.38 | - |
| YUV | 189.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 214 | 0.05 | 0.17 | 0 | 0.16 | 281.67 | 0.31 | 0.77 |
| Hex | CB | B2 | D6 | 5 | 11 | 0 | 10 | 11A | 1F | 4D |
| Octal | 313 | 262 | 326 | 5 | 21 | 0 | 20 | 432 | 37 | 115 |
| Binary | 11001011 | 10110010 | 11010110 | 101 | 10001 | 0 | 10000 | 100011010 | 11111 | 1001101 |
Color Harmonies of #CBB2D6
Complementary color
Monochromatic Colors of #CBB2D6
Black with #CBB2D6
Text Example
Text Example
White with #CBB2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2D6; }
p { color: rgb(203,178,214); }
H1.HeaderClassName
{
color: #CBB2D6;
}
.AnyTagClassName
{
color: #CBB2D6;
}
</style>
background-color css
<style>
a { background-color: #CBB2D6; }
a { background-color: rgb(203,178,214); }
div.DivClassName
{
background-color: #CBB2D6;
}
.BgClassName
{
background-color: #CBB2D6;
}
</style>
border-color css
<style>
span { border-color: #CBB2D6; }
span { border-color: rgb(203,178,214); }
td.TdClassName
{
border-color: #CBB2D6;
}
.TagClassName
{
border-color: #CBB2D6;
}
</style>