Shades of Prelude #CBC3D0
Tints of Prelude #CBC3D0
RGB
CMYK
RGB Variations
Color information
#CBC3D0 (or 0xCBC3D0) is known color: Prelude. HEX triplet: CB, C3 and D0. RGB value is (203,195,208). Sum of RGB (Red+Green+Blue) = 203+195+208=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBC3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3D0 is #343C2F. Grayscale: #C6C6C6. Windows color (decimal): -3423280 or 13681611. OLE color: 13681611.
HSL color Cylindrical-coordinate representation of color #CBC3D0: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC3D0 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 195 | 208 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.18 |
| HSL | 276.92º | 0.12% | 0.79% | - |
| HSV(B) | 276.92º | 0.06% | 0.82% | - |
| XYZ | 55.53 | 56.28 | 67.61 | - |
| YUV | 198.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 208 | 0.02 | 0.06 | 0 | 0.18 | 276.92 | 0.12 | 0.79 |
| Hex | CB | C3 | D0 | 2 | 6 | 0 | 12 | 115 | C | 4F |
| Octal | 313 | 303 | 320 | 2 | 6 | 0 | 22 | 425 | 14 | 117 |
| Binary | 11001011 | 11000011 | 11010000 | 10 | 110 | 0 | 10010 | 100010101 | 1100 | 1001111 |
Color Harmonies of #CBC3D0
Complementary color
Monochromatic Colors of #CBC3D0
Black with #CBC3D0
Text Example
Text Example
White with #CBC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3D0; }
p { color: rgb(203,195,208); }
H1.HeaderClassName
{
color: #CBC3D0;
}
.AnyTagClassName
{
color: #CBC3D0;
}
</style>
background-color css
<style>
a { background-color: #CBC3D0; }
a { background-color: rgb(203,195,208); }
div.DivClassName
{
background-color: #CBC3D0;
}
.BgClassName
{
background-color: #CBC3D0;
}
</style>
border-color css
<style>
span { border-color: #CBC3D0; }
span { border-color: rgb(203,195,208); }
td.TdClassName
{
border-color: #CBC3D0;
}
.TagClassName
{
border-color: #CBC3D0;
}
</style>