Shades of Prelude #CBC1D1
Tints of Prelude #CBC1D1
RGB
CMYK
RGB Variations
Color information
#CBC1D1 (or 0xCBC1D1) is known color: Prelude. HEX triplet: CB, C1 and D1. RGB value is (203,193,209). Sum of RGB (Red+Green+Blue) = 203+193+209=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBC1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1D1 is #343E2E. Grayscale: #C5C5C5. Windows color (decimal): -3423791 or 13746635. OLE color: 13746635.
HSL color Cylindrical-coordinate representation of color #CBC1D1: hue angle of 277.5º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBC1D1 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 193 | 209 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.18 |
| HSL | 277.5º | 0.15% | 0.79% | - |
| HSV(B) | 277.5º | 0.08% | 0.82% | - |
| XYZ | 55.21 | 55.44 | 68.11 | - |
| YUV | 197.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 209 | 0.03 | 0.08 | 0 | 0.18 | 277.5 | 0.15 | 0.79 |
| Hex | CB | C1 | D1 | 3 | 8 | 0 | 12 | 116 | F | 4F |
| Octal | 313 | 301 | 321 | 3 | 10 | 0 | 22 | 426 | 17 | 117 |
| Binary | 11001011 | 11000001 | 11010001 | 11 | 1000 | 0 | 10010 | 100010110 | 1111 | 1001111 |
Color Harmonies of #CBC1D1
Complementary color
Monochromatic Colors of #CBC1D1
Black with #CBC1D1
Text Example
Text Example
White with #CBC1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1D1; }
p { color: rgb(203,193,209); }
H1.HeaderClassName
{
color: #CBC1D1;
}
.AnyTagClassName
{
color: #CBC1D1;
}
</style>
background-color css
<style>
a { background-color: #CBC1D1; }
a { background-color: rgb(203,193,209); }
div.DivClassName
{
background-color: #CBC1D1;
}
.BgClassName
{
background-color: #CBC1D1;
}
</style>
border-color css
<style>
span { border-color: #CBC1D1; }
span { border-color: rgb(203,193,209); }
td.TdClassName
{
border-color: #CBC1D1;
}
.TagClassName
{
border-color: #CBC1D1;
}
</style>