Shades of Prelude #CBBBD2
Tints of Prelude #CBBBD2
RGB
CMYK
RGB Variations
Color information
#CBBBD2 (or 0xCBBBD2) is known color: Prelude. HEX triplet: CB, BB and D2. RGB value is (203,187,210). Sum of RGB (Red+Green+Blue) = 203+187+210=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBD2 is #34442D. Grayscale: #C2C2C2. Windows color (decimal): -3425326 or 13810635. OLE color: 13810635.
HSL color Cylindrical-coordinate representation of color #CBBBD2: hue angle of 281.74º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBBD2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 187 | 210 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.18 |
| HSL | 281.74º | 0.2% | 0.78% | - |
| HSV(B) | 281.74º | 0.11% | 0.82% | - |
| XYZ | 54.03 | 52.89 | 68.33 | - |
| YUV | 194.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 210 | 0.03 | 0.11 | 0 | 0.18 | 281.74 | 0.2 | 0.78 |
| Hex | CB | BB | D2 | 3 | B | 0 | 12 | 11A | 14 | 4E |
| Octal | 313 | 273 | 322 | 3 | 13 | 0 | 22 | 432 | 24 | 116 |
| Binary | 11001011 | 10111011 | 11010010 | 11 | 1011 | 0 | 10010 | 100011010 | 10100 | 1001110 |
Color Harmonies of #CBBBD2
Complementary color
Monochromatic Colors of #CBBBD2
Black with #CBBBD2
Text Example
Text Example
White with #CBBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBD2; }
p { color: rgb(203,187,210); }
H1.HeaderClassName
{
color: #CBBBD2;
}
.AnyTagClassName
{
color: #CBBBD2;
}
</style>
background-color css
<style>
a { background-color: #CBBBD2; }
a { background-color: rgb(203,187,210); }
div.DivClassName
{
background-color: #CBBBD2;
}
.BgClassName
{
background-color: #CBBBD2;
}
</style>
border-color css
<style>
span { border-color: #CBBBD2; }
span { border-color: rgb(203,187,210); }
td.TdClassName
{
border-color: #CBBBD2;
}
.TagClassName
{
border-color: #CBBBD2;
}
</style>