Shades of Prelude #CBC2CF
Tints of Prelude #CBC2CF
RGB
CMYK
RGB Variations
Color information
#CBC2CF (or 0xCBC2CF) is known color: Prelude. HEX triplet: CB, C2 and CF. RGB value is (203,194,207). Sum of RGB (Red+Green+Blue) = 203+194+207=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2CF is #343D30. Grayscale: #C6C6C6. Windows color (decimal): -3423537 or 13615819. OLE color: 13615819.
HSL color Cylindrical-coordinate representation of color #CBC2CF: hue angle of 281.54º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC2CF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 194 | 207 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.19 |
| HSL | 281.54º | 0.12% | 0.79% | - |
| HSV(B) | 281.54º | 0.06% | 0.81% | - |
| XYZ | 55.18 | 55.79 | 66.89 | - |
| YUV | 198.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 207 | 0.02 | 0.06 | 0 | 0.19 | 281.54 | 0.12 | 0.79 |
| Hex | CB | C2 | CF | 2 | 6 | 0 | 13 | 11A | C | 4F |
| Octal | 313 | 302 | 317 | 2 | 6 | 0 | 23 | 432 | 14 | 117 |
| Binary | 11001011 | 11000010 | 11001111 | 10 | 110 | 0 | 10011 | 100011010 | 1100 | 1001111 |
Color Harmonies of #CBC2CF
Complementary color
Monochromatic Colors of #CBC2CF
Black with #CBC2CF
Text Example
Text Example
White with #CBC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2CF; }
p { color: rgb(203,194,207); }
H1.HeaderClassName
{
color: #CBC2CF;
}
.AnyTagClassName
{
color: #CBC2CF;
}
</style>
background-color css
<style>
a { background-color: #CBC2CF; }
a { background-color: rgb(203,194,207); }
div.DivClassName
{
background-color: #CBC2CF;
}
.BgClassName
{
background-color: #CBC2CF;
}
</style>
border-color css
<style>
span { border-color: #CBC2CF; }
span { border-color: rgb(203,194,207); }
td.TdClassName
{
border-color: #CBC2CF;
}
.TagClassName
{
border-color: #CBC2CF;
}
</style>