Shades of Prelude #CBC3CF
Tints of Prelude #CBC3CF
RGB
CMYK
RGB Variations
Color information
#CBC3CF (or 0xCBC3CF) is known color: Prelude. HEX triplet: CB, C3 and CF. RGB value is (203,195,207). Sum of RGB (Red+Green+Blue) = 203+195+207=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3CF is #343C30. Grayscale: #C6C6C6. Windows color (decimal): -3423281 or 13616075. OLE color: 13616075.
HSL color Cylindrical-coordinate representation of color #CBC3CF: hue angle of 280º degrees, saturation: 0.11, 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 #CBC3CF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 195 | 207 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.19 |
| HSL | 280º | 0.11% | 0.79% | - |
| HSV(B) | 280º | 0.06% | 0.81% | - |
| XYZ | 55.41 | 56.23 | 66.97 | - |
| YUV | 198.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 207 | 0.02 | 0.06 | 0 | 0.19 | 280 | 0.11 | 0.79 |
| Hex | CB | C3 | CF | 2 | 6 | 0 | 13 | 118 | B | 4F |
| Octal | 313 | 303 | 317 | 2 | 6 | 0 | 23 | 430 | 13 | 117 |
| Binary | 11001011 | 11000011 | 11001111 | 10 | 110 | 0 | 10011 | 100011000 | 1011 | 1001111 |
Color Harmonies of #CBC3CF
Complementary color
Monochromatic Colors of #CBC3CF
Black with #CBC3CF
Text Example
Text Example
White with #CBC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3CF; }
p { color: rgb(203,195,207); }
H1.HeaderClassName
{
color: #CBC3CF;
}
.AnyTagClassName
{
color: #CBC3CF;
}
</style>
background-color css
<style>
a { background-color: #CBC3CF; }
a { background-color: rgb(203,195,207); }
div.DivClassName
{
background-color: #CBC3CF;
}
.BgClassName
{
background-color: #CBC3CF;
}
</style>
border-color css
<style>
span { border-color: #CBC3CF; }
span { border-color: rgb(203,195,207); }
td.TdClassName
{
border-color: #CBC3CF;
}
.TagClassName
{
border-color: #CBC3CF;
}
</style>