Shades of Prelude #CBBED4
Tints of Prelude #CBBED4
RGB
CMYK
RGB Variations
Color information
#CBBED4 (or 0xCBBED4) is known color: Prelude. HEX triplet: CB, BE and D4. RGB value is (203,190,212). Sum of RGB (Red+Green+Blue) = 203+190+212=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBED4 is #34412B. Grayscale: #C4C4C4. Windows color (decimal): -3424556 or 13942475. OLE color: 13942475.
HSL color Cylindrical-coordinate representation of color #CBBED4: hue angle of 275.45º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBED4 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 190 | 212 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.17 |
| HSL | 275.45º | 0.2% | 0.79% | - |
| HSV(B) | 275.45º | 0.1% | 0.83% | - |
| XYZ | 54.93 | 54.28 | 69.87 | - |
| YUV | 196.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 212 | 0.04 | 0.10 | 0 | 0.17 | 275.45 | 0.2 | 0.79 |
| Hex | CB | BE | D4 | 4 | A | 0 | 11 | 113 | 14 | 4F |
| Octal | 313 | 276 | 324 | 4 | 12 | 0 | 21 | 423 | 24 | 117 |
| Binary | 11001011 | 10111110 | 11010100 | 100 | 1010 | 0 | 10001 | 100010011 | 10100 | 1001111 |
Color Harmonies of #CBBED4
Complementary color
Monochromatic Colors of #CBBED4
Black with #CBBED4
Text Example
Text Example
White with #CBBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBED4; }
p { color: rgb(203,190,212); }
H1.HeaderClassName
{
color: #CBBED4;
}
.AnyTagClassName
{
color: #CBBED4;
}
</style>
background-color css
<style>
a { background-color: #CBBED4; }
a { background-color: rgb(203,190,212); }
div.DivClassName
{
background-color: #CBBED4;
}
.BgClassName
{
background-color: #CBBED4;
}
</style>
border-color css
<style>
span { border-color: #CBBED4; }
span { border-color: rgb(203,190,212); }
td.TdClassName
{
border-color: #CBBED4;
}
.TagClassName
{
border-color: #CBBED4;
}
</style>