Shades of Prelude #CBC3D1
Tints of Prelude #CBC3D1
RGB
CMYK
RGB Variations
Color information
#CBC3D1 (or 0xCBC3D1) is known color: Prelude. HEX triplet: CB, C3 and D1. RGB value is (203,195,209). Sum of RGB (Red+Green+Blue) = 203+195+209=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 195 (76.56% from 255 or 32.13% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBC3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3D1 is #343C2E. Grayscale: #C6C6C6. Windows color (decimal): -3423279 or 13747147. OLE color: 13747147.
HSL color Cylindrical-coordinate representation of color #CBC3D1: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBC3D1 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 195 | 209 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.18 |
| HSL | 274.29º | 0.13% | 0.79% | - |
| HSV(B) | 274.29º | 0.07% | 0.82% | - |
| XYZ | 55.65 | 56.33 | 68.26 | - |
| YUV | 198.99 | 133.65 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 209 | 0.03 | 0.07 | 0 | 0.18 | 274.29 | 0.13 | 0.79 |
| Hex | CB | C3 | D1 | 3 | 7 | 0 | 12 | 112 | D | 4F |
| Octal | 313 | 303 | 321 | 3 | 7 | 0 | 22 | 422 | 15 | 117 |
| Binary | 11001011 | 11000011 | 11010001 | 11 | 111 | 0 | 10010 | 100010010 | 1101 | 1001111 |
Color Harmonies of #CBC3D1
Complementary color
Monochromatic Colors of #CBC3D1
Black with #CBC3D1
Text Example
Text Example
White with #CBC3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3D1; }
p { color: rgb(203,195,209); }
H1.HeaderClassName
{
color: #CBC3D1;
}
.AnyTagClassName
{
color: #CBC3D1;
}
</style>
background-color css
<style>
a { background-color: #CBC3D1; }
a { background-color: rgb(203,195,209); }
div.DivClassName
{
background-color: #CBC3D1;
}
.BgClassName
{
background-color: #CBC3D1;
}
</style>
border-color css
<style>
span { border-color: #CBC3D1; }
span { border-color: rgb(203,195,209); }
td.TdClassName
{
border-color: #CBC3D1;
}
.TagClassName
{
border-color: #CBC3D1;
}
</style>