Shades of Prelude #CBB4DC
Tints of Prelude #CBB4DC
RGB
CMYK
RGB Variations
Color information
#CBB4DC (or 0xCBB4DC) is known color: Prelude. HEX triplet: CB, B4 and DC. RGB value is (203,180,220). Sum of RGB (Red+Green+Blue) = 203+180+220=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4DC is #344B23. Grayscale: #BFBFBF. Windows color (decimal): -3427108 or 14464203. OLE color: 14464203.
HSL color Cylindrical-coordinate representation of color #CBB4DC: hue angle of 274.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB4DC is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 180 | 220 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.14 |
| HSL | 274.5º | 0.36% | 0.78% | - |
| HSV(B) | 274.5º | 0.18% | 0.86% | - |
| XYZ | 53.87 | 50.51 | 74.62 | - |
| YUV | 191.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 220 | 0.08 | 0.18 | 0 | 0.14 | 274.5 | 0.36 | 0.78 |
| Hex | CB | B4 | DC | 8 | 12 | 0 | E | 112 | 24 | 4E |
| Octal | 313 | 264 | 334 | 10 | 22 | 0 | 16 | 422 | 44 | 116 |
| Binary | 11001011 | 10110100 | 11011100 | 1000 | 10010 | 0 | 1110 | 100010010 | 100100 | 1001110 |
Color Harmonies of #CBB4DC
Complementary color
Monochromatic Colors of #CBB4DC
Black with #CBB4DC
Text Example
Text Example
White with #CBB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4DC; }
p { color: rgb(203,180,220); }
H1.HeaderClassName
{
color: #CBB4DC;
}
.AnyTagClassName
{
color: #CBB4DC;
}
</style>
background-color css
<style>
a { background-color: #CBB4DC; }
a { background-color: rgb(203,180,220); }
div.DivClassName
{
background-color: #CBB4DC;
}
.BgClassName
{
background-color: #CBB4DC;
}
</style>
border-color css
<style>
span { border-color: #CBB4DC; }
span { border-color: rgb(203,180,220); }
td.TdClassName
{
border-color: #CBB4DC;
}
.TagClassName
{
border-color: #CBB4DC;
}
</style>