Shades of Prelude #CBBCD4
Tints of Prelude #CBBCD4
RGB
CMYK
RGB Variations
Color information
#CBBCD4 (or 0xCBBCD4) is known color: Prelude. HEX triplet: CB, BC and D4. RGB value is (203,188,212). Sum of RGB (Red+Green+Blue) = 203+188+212=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCD4 is #34432B. Grayscale: #C3C3C3. Windows color (decimal): -3425068 or 13941963. OLE color: 13941963.
HSL color Cylindrical-coordinate representation of color #CBBCD4: hue angle of 277.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBBCD4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 188 | 212 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.17 |
| HSL | 277.5º | 0.22% | 0.78% | - |
| HSV(B) | 277.5º | 0.11% | 0.83% | - |
| XYZ | 54.5 | 53.42 | 69.73 | - |
| YUV | 195.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 212 | 0.04 | 0.11 | 0 | 0.17 | 277.5 | 0.22 | 0.78 |
| Hex | CB | BC | D4 | 4 | B | 0 | 11 | 116 | 16 | 4E |
| Octal | 313 | 274 | 324 | 4 | 13 | 0 | 21 | 426 | 26 | 116 |
| Binary | 11001011 | 10111100 | 11010100 | 100 | 1011 | 0 | 10001 | 100010110 | 10110 | 1001110 |
Color Harmonies of #CBBCD4
Complementary color
Monochromatic Colors of #CBBCD4
Black with #CBBCD4
Text Example
Text Example
White with #CBBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCD4; }
p { color: rgb(203,188,212); }
H1.HeaderClassName
{
color: #CBBCD4;
}
.AnyTagClassName
{
color: #CBBCD4;
}
</style>
background-color css
<style>
a { background-color: #CBBCD4; }
a { background-color: rgb(203,188,212); }
div.DivClassName
{
background-color: #CBBCD4;
}
.BgClassName
{
background-color: #CBBCD4;
}
</style>
border-color css
<style>
span { border-color: #CBBCD4; }
span { border-color: rgb(203,188,212); }
td.TdClassName
{
border-color: #CBBCD4;
}
.TagClassName
{
border-color: #CBBCD4;
}
</style>