Shades of Prelude #CBAED7
Tints of Prelude #CBAED7
RGB
CMYK
RGB Variations
Color information
#CBAED7 (or 0xCBAED7) is known color: Prelude. HEX triplet: CB, AE and D7. RGB value is (203,174,215). Sum of RGB (Red+Green+Blue) = 203+174+215=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBAED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAED7 is #345128. Grayscale: #BBBBBB. Windows color (decimal): -3428649 or 14134987. OLE color: 14134987.
HSL color Cylindrical-coordinate representation of color #CBAED7: hue angle of 282.44º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBAED7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 203 | 174 | 215 | - |
CMYK | 0.06 | 0.19 | 0 | 0.16 |
HSL | 282.44º | 0.34% | 0.76% | - |
HSV(B) | 282.44º | 0.19% | 0.84% | - |
XYZ | 52.03 | 47.87 | 70.79 | - |
YUV | 187.35 | 143.61 | 139.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 174 | 215 | 0.06 | 0.19 | 0 | 0.16 | 282.44 | 0.34 | 0.76 |
Hex | CB | AE | D7 | 6 | 13 | 0 | 10 | 11A | 22 | 4C |
Octal | 313 | 256 | 327 | 6 | 23 | 0 | 20 | 432 | 42 | 114 |
Binary | 11001011 | 10101110 | 11010111 | 110 | 10011 | 0 | 10000 | 100011010 | 100010 | 1001100 |
Color Harmonies of #CBAED7
Complementary color
Monochromatic Colors of #CBAED7
Black with #CBAED7
Text Example
Text Example
White with #CBAED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAED7; }
p { color: rgb(203,174,215); }
H1.HeaderClassName
{
color: #CBAED7;
}
.AnyTagClassName
{
color: #CBAED7;
}
</style>
background-color css
<style>
a { background-color: #CBAED7; }
a { background-color: rgb(203,174,215); }
div.DivClassName
{
background-color: #CBAED7;
}
.BgClassName
{
background-color: #CBAED7;
}
</style>
border-color css
<style>
span { border-color: #CBAED7; }
span { border-color: rgb(203,174,215); }
td.TdClassName
{
border-color: #CBAED7;
}
.TagClassName
{
border-color: #CBAED7;
}
</style>