Shades of Prelude #CBC1D5
Tints of Prelude #CBC1D5
RGB
CMYK
RGB Variations
Color information
#CBC1D5 (or 0xCBC1D5) is known color: Prelude. HEX triplet: CB, C1 and D5. RGB value is (203,193,213). Sum of RGB (Red+Green+Blue) = 203+193+213=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBC1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1D5 is #343E2A. Grayscale: #C6C6C6. Windows color (decimal): -3423787 or 14008779. OLE color: 14008779.
HSL color Cylindrical-coordinate representation of color #CBC1D5: hue angle of 270º degrees, saturation: 0.19, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC1D5 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 203 | 193 | 213 | - |
CMYK | 0.05 | 0.09 | 0 | 0.16 |
HSL | 270º | 0.19% | 0.8% | - |
HSV(B) | 270º | 0.09% | 0.84% | - |
XYZ | 55.71 | 55.64 | 70.75 | - |
YUV | 198.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 193 | 213 | 0.05 | 0.09 | 0 | 0.16 | 270 | 0.19 | 0.8 |
Hex | CB | C1 | D5 | 5 | 9 | 0 | 10 | 10E | 13 | 50 |
Octal | 313 | 301 | 325 | 5 | 11 | 0 | 20 | 416 | 23 | 120 |
Binary | 11001011 | 11000001 | 11010101 | 101 | 1001 | 0 | 10000 | 100001110 | 10011 | 1010000 |
Color Harmonies of #CBC1D5
Complementary color
Monochromatic Colors of #CBC1D5
Black with #CBC1D5
Text Example
Text Example
White with #CBC1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1D5; }
p { color: rgb(203,193,213); }
H1.HeaderClassName
{
color: #CBC1D5;
}
.AnyTagClassName
{
color: #CBC1D5;
}
</style>
background-color css
<style>
a { background-color: #CBC1D5; }
a { background-color: rgb(203,193,213); }
div.DivClassName
{
background-color: #CBC1D5;
}
.BgClassName
{
background-color: #CBC1D5;
}
</style>
border-color css
<style>
span { border-color: #CBC1D5; }
span { border-color: rgb(203,193,213); }
td.TdClassName
{
border-color: #CBC1D5;
}
.TagClassName
{
border-color: #CBC1D5;
}
</style>