Shades of Prelude #CBADDE
Tints of Prelude #CBADDE
RGB
CMYK
RGB Variations
Color information
#CBADDE (or 0xCBADDE) is known color: Prelude. HEX triplet: CB, AD and DE. RGB value is (203,173,222). Sum of RGB (Red+Green+Blue) = 203+173+222=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADDE is #345221. Grayscale: #BBBBBB. Windows color (decimal): -3428898 or 14593483. OLE color: 14593483.
HSL color Cylindrical-coordinate representation of color #CBADDE: hue angle of 276.73º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBADDE is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 173 | 222 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.13 |
| HSL | 276.73º | 0.43% | 0.77% | - |
| HSV(B) | 276.73º | 0.22% | 0.87% | - |
| XYZ | 52.76 | 47.86 | 75.56 | - |
| YUV | 187.56 | 147.44 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 222 | 0.09 | 0.22 | 0 | 0.13 | 276.73 | 0.43 | 0.77 |
| Hex | CB | AD | DE | 9 | 16 | 0 | D | 115 | 2B | 4D |
| Octal | 313 | 255 | 336 | 11 | 26 | 0 | 15 | 425 | 53 | 115 |
| Binary | 11001011 | 10101101 | 11011110 | 1001 | 10110 | 0 | 1101 | 100010101 | 101011 | 1001101 |
Color Harmonies of #CBADDE
Complementary color
Monochromatic Colors of #CBADDE
Black with #CBADDE
Text Example
Text Example
White with #CBADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADDE; }
p { color: rgb(203,173,222); }
H1.HeaderClassName
{
color: #CBADDE;
}
.AnyTagClassName
{
color: #CBADDE;
}
</style>
background-color css
<style>
a { background-color: #CBADDE; }
a { background-color: rgb(203,173,222); }
div.DivClassName
{
background-color: #CBADDE;
}
.BgClassName
{
background-color: #CBADDE;
}
</style>
border-color css
<style>
span { border-color: #CBADDE; }
span { border-color: rgb(203,173,222); }
td.TdClassName
{
border-color: #CBADDE;
}
.TagClassName
{
border-color: #CBADDE;
}
</style>