Shades of Prelude #CBAEDC
Tints of Prelude #CBAEDC
RGB
CMYK
RGB Variations
Color information
#CBAEDC (or 0xCBAEDC) is known color: Prelude. HEX triplet: CB, AE and DC. RGB value is (203,174,220). Sum of RGB (Red+Green+Blue) = 203+174+220=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEDC is #345123. Grayscale: #BBBBBB. Windows color (decimal): -3428644 or 14462667. OLE color: 14462667.
HSL color Cylindrical-coordinate representation of color #CBAEDC: hue angle of 277.83º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAEDC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 174 | 220 | - |
CMYK | 0.08 | 0.21 | 0 | 0.14 |
HSL | 277.83º | 0.4% | 0.77% | - |
HSV(B) | 277.83º | 0.21% | 0.86% | - |
XYZ | 52.68 | 48.14 | 74.22 | - |
YUV | 187.92 | 146.11 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 174 | 220 | 0.08 | 0.21 | 0 | 0.14 | 277.83 | 0.4 | 0.77 |
Hex | CB | AE | DC | 8 | 15 | 0 | E | 116 | 28 | 4D |
Octal | 313 | 256 | 334 | 10 | 25 | 0 | 16 | 426 | 50 | 115 |
Binary | 11001011 | 10101110 | 11011100 | 1000 | 10101 | 0 | 1110 | 100010110 | 101000 | 1001101 |
Color Harmonies of #CBAEDC
Complementary color
Monochromatic Colors of #CBAEDC
Black with #CBAEDC
Text Example
Text Example
White with #CBAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEDC; }
p { color: rgb(203,174,220); }
H1.HeaderClassName
{
color: #CBAEDC;
}
.AnyTagClassName
{
color: #CBAEDC;
}
</style>
background-color css
<style>
a { background-color: #CBAEDC; }
a { background-color: rgb(203,174,220); }
div.DivClassName
{
background-color: #CBAEDC;
}
.BgClassName
{
background-color: #CBAEDC;
}
</style>
border-color css
<style>
span { border-color: #CBAEDC; }
span { border-color: rgb(203,174,220); }
td.TdClassName
{
border-color: #CBAEDC;
}
.TagClassName
{
border-color: #CBAEDC;
}
</style>