Shades of Prelude #CBC1D3
Tints of Prelude #CBC1D3
RGB
CMYK
RGB Variations
Color information
#CBC1D3 (or 0xCBC1D3) is known color: Prelude. HEX triplet: CB, C1 and D3. RGB value is (203,193,211). Sum of RGB (Red+Green+Blue) = 203+193+211=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1D3 is #343E2C. Grayscale: #C5C5C5. Windows color (decimal): -3423789 or 13877707. OLE color: 13877707.
HSL color Cylindrical-coordinate representation of color #CBC1D3: hue angle of 273.33º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC1D3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 193 | 211 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.17 |
| HSL | 273.33º | 0.17% | 0.79% | - |
| HSV(B) | 273.33º | 0.09% | 0.83% | - |
| XYZ | 55.46 | 55.54 | 69.43 | - |
| YUV | 198.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 211 | 0.04 | 0.09 | 0 | 0.17 | 273.33 | 0.17 | 0.79 |
| Hex | CB | C1 | D3 | 4 | 9 | 0 | 11 | 111 | 11 | 4F |
| Octal | 313 | 301 | 323 | 4 | 11 | 0 | 21 | 421 | 21 | 117 |
| Binary | 11001011 | 11000001 | 11010011 | 100 | 1001 | 0 | 10001 | 100010001 | 10001 | 1001111 |
Color Harmonies of #CBC1D3
Complementary color
Monochromatic Colors of #CBC1D3
Black with #CBC1D3
Text Example
Text Example
White with #CBC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1D3; }
p { color: rgb(203,193,211); }
H1.HeaderClassName
{
color: #CBC1D3;
}
.AnyTagClassName
{
color: #CBC1D3;
}
</style>
background-color css
<style>
a { background-color: #CBC1D3; }
a { background-color: rgb(203,193,211); }
div.DivClassName
{
background-color: #CBC1D3;
}
.BgClassName
{
background-color: #CBC1D3;
}
</style>
border-color css
<style>
span { border-color: #CBC1D3; }
span { border-color: rgb(203,193,211); }
td.TdClassName
{
border-color: #CBC1D3;
}
.TagClassName
{
border-color: #CBC1D3;
}
</style>