Shades of Prelude #CBB8D2
Tints of Prelude #CBB8D2
RGB
CMYK
RGB Variations
Color information
#CBB8D2 (or 0xCBB8D2) is known color: Prelude. HEX triplet: CB, B8 and D2. RGB value is (203,184,210). Sum of RGB (Red+Green+Blue) = 203+184+210=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBB8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8D2 is #34472D. Grayscale: #C0C0C0. Windows color (decimal): -3426094 or 13809867. OLE color: 13809867.
HSL color Cylindrical-coordinate representation of color #CBB8D2: hue angle of 283.85º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB8D2 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 184 | 210 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.18 |
| HSL | 283.85º | 0.22% | 0.77% | - |
| HSV(B) | 283.85º | 0.12% | 0.82% | - |
| XYZ | 53.4 | 51.63 | 68.12 | - |
| YUV | 192.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 210 | 0.03 | 0.12 | 0 | 0.18 | 283.85 | 0.22 | 0.77 |
| Hex | CB | B8 | D2 | 3 | C | 0 | 12 | 11C | 16 | 4D |
| Octal | 313 | 270 | 322 | 3 | 14 | 0 | 22 | 434 | 26 | 115 |
| Binary | 11001011 | 10111000 | 11010010 | 11 | 1100 | 0 | 10010 | 100011100 | 10110 | 1001101 |
Color Harmonies of #CBB8D2
Complementary color
Monochromatic Colors of #CBB8D2
Black with #CBB8D2
Text Example
Text Example
White with #CBB8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8D2; }
p { color: rgb(203,184,210); }
H1.HeaderClassName
{
color: #CBB8D2;
}
.AnyTagClassName
{
color: #CBB8D2;
}
</style>
background-color css
<style>
a { background-color: #CBB8D2; }
a { background-color: rgb(203,184,210); }
div.DivClassName
{
background-color: #CBB8D2;
}
.BgClassName
{
background-color: #CBB8D2;
}
</style>
border-color css
<style>
span { border-color: #CBB8D2; }
span { border-color: rgb(203,184,210); }
td.TdClassName
{
border-color: #CBB8D2;
}
.TagClassName
{
border-color: #CBB8D2;
}
</style>