Shades of Prelude #CBAED4
Tints of Prelude #CBAED4
RGB
CMYK
RGB Variations
Color information
#CBAED4 (or 0xCBAED4) is known color: Prelude. HEX triplet: CB, AE and D4. RGB value is (203,174,212). Sum of RGB (Red+Green+Blue) = 203+174+212=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED4 is #34512B. Grayscale: #BABABA. Windows color (decimal): -3428652 or 13938379. OLE color: 13938379.
HSL color Cylindrical-coordinate representation of color #CBAED4: hue angle of 285.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBAED4 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 174 | 212 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.17 |
| HSL | 285.79º | 0.31% | 0.76% | - |
| HSV(B) | 285.79º | 0.18% | 0.83% | - |
| XYZ | 51.65 | 47.72 | 68.78 | - |
| YUV | 187 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 212 | 0.04 | 0.18 | 0 | 0.17 | 285.79 | 0.31 | 0.76 |
| Hex | CB | AE | D4 | 4 | 12 | 0 | 11 | 11E | 1F | 4C |
| Octal | 313 | 256 | 324 | 4 | 22 | 0 | 21 | 436 | 37 | 114 |
| Binary | 11001011 | 10101110 | 11010100 | 100 | 10010 | 0 | 10001 | 100011110 | 11111 | 1001100 |
Color Harmonies of #CBAED4
Complementary color
Monochromatic Colors of #CBAED4
Black with #CBAED4
Text Example
Text Example
White with #CBAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAED4; }
p { color: rgb(203,174,212); }
H1.HeaderClassName
{
color: #CBAED4;
}
.AnyTagClassName
{
color: #CBAED4;
}
</style>
background-color css
<style>
a { background-color: #CBAED4; }
a { background-color: rgb(203,174,212); }
div.DivClassName
{
background-color: #CBAED4;
}
.BgClassName
{
background-color: #CBAED4;
}
</style>
border-color css
<style>
span { border-color: #CBAED4; }
span { border-color: rgb(203,174,212); }
td.TdClassName
{
border-color: #CBAED4;
}
.TagClassName
{
border-color: #CBAED4;
}
</style>