Shades of Prelude #CBB4CE
Tints of Prelude #CBB4CE
RGB
CMYK
RGB Variations
Color information
#CBB4CE (or 0xCBB4CE) is known color: Prelude. HEX triplet: CB, B4 and CE. RGB value is (203,180,206). Sum of RGB (Red+Green+Blue) = 203+180+206=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4CE is #344B31. Grayscale: #BDBDBD. Windows color (decimal): -3427122 or 13546699. OLE color: 13546699.
HSL color Cylindrical-coordinate representation of color #CBB4CE: hue angle of 293.08º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB4CE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 180 | 206 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.19 |
| HSL | 293.08º | 0.21% | 0.76% | - |
| HSV(B) | 293.08º | 0.13% | 0.81% | - |
| XYZ | 52.09 | 49.8 | 65.26 | - |
| YUV | 189.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 206 | 0.01 | 0.13 | 0 | 0.19 | 293.08 | 0.21 | 0.76 |
| Hex | CB | B4 | CE | 1 | D | 0 | 13 | 125 | 15 | 4C |
| Octal | 313 | 264 | 316 | 1 | 15 | 0 | 23 | 445 | 25 | 114 |
| Binary | 11001011 | 10110100 | 11001110 | 1 | 1101 | 0 | 10011 | 100100101 | 10101 | 1001100 |
Color Harmonies of #CBB4CE
Complementary color
Monochromatic Colors of #CBB4CE
Black with #CBB4CE
Text Example
Text Example
White with #CBB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4CE; }
p { color: rgb(203,180,206); }
H1.HeaderClassName
{
color: #CBB4CE;
}
.AnyTagClassName
{
color: #CBB4CE;
}
</style>
background-color css
<style>
a { background-color: #CBB4CE; }
a { background-color: rgb(203,180,206); }
div.DivClassName
{
background-color: #CBB4CE;
}
.BgClassName
{
background-color: #CBB4CE;
}
</style>
border-color css
<style>
span { border-color: #CBB4CE; }
span { border-color: rgb(203,180,206); }
td.TdClassName
{
border-color: #CBB4CE;
}
.TagClassName
{
border-color: #CBB4CE;
}
</style>