Shades of Prelude #CBC1D4
Tints of Prelude #CBC1D4
RGB
CMYK
RGB Variations
Color information
#CBC1D4 (or 0xCBC1D4) is known color: Prelude. HEX triplet: CB, C1 and D4. RGB value is (203,193,212). Sum of RGB (Red+Green+Blue) = 203+193+212=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1D4 is #343E2B. Grayscale: #C6C6C6. Windows color (decimal): -3423788 or 13943243. OLE color: 13943243.
HSL color Cylindrical-coordinate representation of color #CBC1D4: hue angle of 271.58º degrees, saturation: 0.18, 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 #CBC1D4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 193 | 212 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.17 |
| HSL | 271.58º | 0.18% | 0.79% | - |
| HSV(B) | 271.58º | 0.09% | 0.83% | - |
| XYZ | 55.58 | 55.59 | 70.09 | - |
| YUV | 198.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 212 | 0.04 | 0.09 | 0 | 0.17 | 271.58 | 0.18 | 0.79 |
| Hex | CB | C1 | D4 | 4 | 9 | 0 | 11 | 110 | 12 | 4F |
| Octal | 313 | 301 | 324 | 4 | 11 | 0 | 21 | 420 | 22 | 117 |
| Binary | 11001011 | 11000001 | 11010100 | 100 | 1001 | 0 | 10001 | 100010000 | 10010 | 1001111 |
Color Harmonies of #CBC1D4
Complementary color
Monochromatic Colors of #CBC1D4
Black with #CBC1D4
Text Example
Text Example
White with #CBC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1D4; }
p { color: rgb(203,193,212); }
H1.HeaderClassName
{
color: #CBC1D4;
}
.AnyTagClassName
{
color: #CBC1D4;
}
</style>
background-color css
<style>
a { background-color: #CBC1D4; }
a { background-color: rgb(203,193,212); }
div.DivClassName
{
background-color: #CBC1D4;
}
.BgClassName
{
background-color: #CBC1D4;
}
</style>
border-color css
<style>
span { border-color: #CBC1D4; }
span { border-color: rgb(203,193,212); }
td.TdClassName
{
border-color: #CBC1D4;
}
.TagClassName
{
border-color: #CBC1D4;
}
</style>