Shades of Prelude #CBAED2
Tints of Prelude #CBAED2
RGB
CMYK
RGB Variations
Color information
#CBAED2 (or 0xCBAED2) is known color: Prelude. HEX triplet: CB, AE and D2. RGB value is (203,174,210). Sum of RGB (Red+Green+Blue) = 203+174+210=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED2 is #34512D. Grayscale: #BABABA. Windows color (decimal): -3428654 or 13807307. OLE color: 13807307.
HSL color Cylindrical-coordinate representation of color #CBAED2: hue angle of 288.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBAED2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 174 | 210 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.18 |
| HSL | 288.33º | 0.29% | 0.75% | - |
| HSV(B) | 288.33º | 0.17% | 0.82% | - |
| XYZ | 51.4 | 47.62 | 67.46 | - |
| YUV | 186.78 | 141.11 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 210 | 0.03 | 0.17 | 0 | 0.18 | 288.33 | 0.29 | 0.75 |
| Hex | CB | AE | D2 | 3 | 11 | 0 | 12 | 120 | 1D | 4B |
| Octal | 313 | 256 | 322 | 3 | 21 | 0 | 22 | 440 | 35 | 113 |
| Binary | 11001011 | 10101110 | 11010010 | 11 | 10001 | 0 | 10010 | 100100000 | 11101 | 1001011 |
Color Harmonies of #CBAED2
Complementary color
Monochromatic Colors of #CBAED2
Black with #CBAED2
Text Example
Text Example
White with #CBAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAED2; }
p { color: rgb(203,174,210); }
H1.HeaderClassName
{
color: #CBAED2;
}
.AnyTagClassName
{
color: #CBAED2;
}
</style>
background-color css
<style>
a { background-color: #CBAED2; }
a { background-color: rgb(203,174,210); }
div.DivClassName
{
background-color: #CBAED2;
}
.BgClassName
{
background-color: #CBAED2;
}
</style>
border-color css
<style>
span { border-color: #CBAED2; }
span { border-color: rgb(203,174,210); }
td.TdClassName
{
border-color: #CBAED2;
}
.TagClassName
{
border-color: #CBAED2;
}
</style>