Shades of Prelude #CBBED6
Tints of Prelude #CBBED6
RGB
CMYK
RGB Variations
Color information
#CBBED6 (or 0xCBBED6) is known color: Prelude. HEX triplet: CB, BE and D6. RGB value is (203,190,214). Sum of RGB (Red+Green+Blue) = 203+190+214=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 214 (83.98% from 255 or 35.26% from 607); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBBED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBED6 is #344129. Grayscale: #C4C4C4. Windows color (decimal): -3424554 or 14073547. OLE color: 14073547.
HSL color Cylindrical-coordinate representation of color #CBBED6: hue angle of 272.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBED6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 190 | 214 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.16 |
| HSL | 272.5º | 0.23% | 0.79% | - |
| HSV(B) | 272.5º | 0.11% | 0.84% | - |
| XYZ | 55.18 | 54.38 | 71.21 | - |
| YUV | 196.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 214 | 0.05 | 0.11 | 0 | 0.16 | 272.5 | 0.23 | 0.79 |
| Hex | CB | BE | D6 | 5 | B | 0 | 10 | 110 | 17 | 4F |
| Octal | 313 | 276 | 326 | 5 | 13 | 0 | 20 | 420 | 27 | 117 |
| Binary | 11001011 | 10111110 | 11010110 | 101 | 1011 | 0 | 10000 | 100010000 | 10111 | 1001111 |
Color Harmonies of #CBBED6
Complementary color
Monochromatic Colors of #CBBED6
Black with #CBBED6
Text Example
Text Example
White with #CBBED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBED6; }
p { color: rgb(203,190,214); }
H1.HeaderClassName
{
color: #CBBED6;
}
.AnyTagClassName
{
color: #CBBED6;
}
</style>
background-color css
<style>
a { background-color: #CBBED6; }
a { background-color: rgb(203,190,214); }
div.DivClassName
{
background-color: #CBBED6;
}
.BgClassName
{
background-color: #CBBED6;
}
</style>
border-color css
<style>
span { border-color: #CBBED6; }
span { border-color: rgb(203,190,214); }
td.TdClassName
{
border-color: #CBBED6;
}
.TagClassName
{
border-color: #CBBED6;
}
</style>