Shades of Prelude #CBBDD0
Tints of Prelude #CBBDD0
RGB
CMYK
RGB Variations
Color information
#CBBDD0 (or 0xCBBDD0) is known color: Prelude. HEX triplet: CB, BD and D0. RGB value is (203,189,208). Sum of RGB (Red+Green+Blue) = 203+189+208=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBBDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDD0 is #34422F. Grayscale: #C3C3C3. Windows color (decimal): -3424816 or 13680075. OLE color: 13680075.
HSL color Cylindrical-coordinate representation of color #CBBDD0: hue angle of 284.21º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBBDD0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 189 | 208 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.18 |
| HSL | 284.21º | 0.17% | 0.78% | - |
| HSV(B) | 284.21º | 0.09% | 0.82% | - |
| XYZ | 54.21 | 53.65 | 67.17 | - |
| YUV | 195.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 208 | 0.02 | 0.09 | 0 | 0.18 | 284.21 | 0.17 | 0.78 |
| Hex | CB | BD | D0 | 2 | 9 | 0 | 12 | 11C | 11 | 4E |
| Octal | 313 | 275 | 320 | 2 | 11 | 0 | 22 | 434 | 21 | 116 |
| Binary | 11001011 | 10111101 | 11010000 | 10 | 1001 | 0 | 10010 | 100011100 | 10001 | 1001110 |
Color Harmonies of #CBBDD0
Complementary color
Monochromatic Colors of #CBBDD0
Black with #CBBDD0
Text Example
Text Example
White with #CBBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDD0; }
p { color: rgb(203,189,208); }
H1.HeaderClassName
{
color: #CBBDD0;
}
.AnyTagClassName
{
color: #CBBDD0;
}
</style>
background-color css
<style>
a { background-color: #CBBDD0; }
a { background-color: rgb(203,189,208); }
div.DivClassName
{
background-color: #CBBDD0;
}
.BgClassName
{
background-color: #CBBDD0;
}
</style>
border-color css
<style>
span { border-color: #CBBDD0; }
span { border-color: rgb(203,189,208); }
td.TdClassName
{
border-color: #CBBDD0;
}
.TagClassName
{
border-color: #CBBDD0;
}
</style>