Shades of Prelude #CBBED2
Tints of Prelude #CBBED2
RGB
CMYK
RGB Variations
Color information
#CBBED2 (or 0xCBBED2) is known color: Prelude. HEX triplet: CB, BE and D2. RGB value is (203,190,210). Sum of RGB (Red+Green+Blue) = 203+190+210=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBBED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBED2 is #34412D. Grayscale: #C4C4C4. Windows color (decimal): -3424558 or 13811403. OLE color: 13811403.
HSL color Cylindrical-coordinate representation of color #CBBED2: hue angle of 279º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBED2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 190 | 210 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.18 |
| HSL | 279º | 0.18% | 0.78% | - |
| HSV(B) | 279º | 0.1% | 0.82% | - |
| XYZ | 54.67 | 54.18 | 68.55 | - |
| YUV | 196.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 210 | 0.03 | 0.10 | 0 | 0.18 | 279 | 0.18 | 0.78 |
| Hex | CB | BE | D2 | 3 | A | 0 | 12 | 117 | 12 | 4E |
| Octal | 313 | 276 | 322 | 3 | 12 | 0 | 22 | 427 | 22 | 116 |
| Binary | 11001011 | 10111110 | 11010010 | 11 | 1010 | 0 | 10010 | 100010111 | 10010 | 1001110 |
Color Harmonies of #CBBED2
Complementary color
Monochromatic Colors of #CBBED2
Black with #CBBED2
Text Example
Text Example
White with #CBBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBED2; }
p { color: rgb(203,190,210); }
H1.HeaderClassName
{
color: #CBBED2;
}
.AnyTagClassName
{
color: #CBBED2;
}
</style>
background-color css
<style>
a { background-color: #CBBED2; }
a { background-color: rgb(203,190,210); }
div.DivClassName
{
background-color: #CBBED2;
}
.BgClassName
{
background-color: #CBBED2;
}
</style>
border-color css
<style>
span { border-color: #CBBED2; }
span { border-color: rgb(203,190,210); }
td.TdClassName
{
border-color: #CBBED2;
}
.TagClassName
{
border-color: #CBBED2;
}
</style>