Shades of Prelude #CBB1DC
Tints of Prelude #CBB1DC
RGB
CMYK
RGB Variations
Color information
#CBB1DC (or 0xCBB1DC) is known color: Prelude. HEX triplet: CB, B1 and DC. RGB value is (203,177,220). Sum of RGB (Red+Green+Blue) = 203+177+220=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1DC is #344E23. Grayscale: #BDBDBD. Windows color (decimal): -3427876 or 14463435. OLE color: 14463435.
HSL color Cylindrical-coordinate representation of color #CBB1DC: hue angle of 276.28º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBB1DC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 177 | 220 | - |
CMYK | 0.08 | 0.20 | 0 | 0.14 |
HSL | 276.28º | 0.38% | 0.78% | - |
HSV(B) | 276.28º | 0.2% | 0.86% | - |
XYZ | 53.27 | 49.31 | 74.42 | - |
YUV | 189.68 | 145.11 | 137.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 177 | 220 | 0.08 | 0.20 | 0 | 0.14 | 276.28 | 0.38 | 0.78 |
Hex | CB | B1 | DC | 8 | 14 | 0 | E | 114 | 26 | 4E |
Octal | 313 | 261 | 334 | 10 | 24 | 0 | 16 | 424 | 46 | 116 |
Binary | 11001011 | 10110001 | 11011100 | 1000 | 10100 | 0 | 1110 | 100010100 | 100110 | 1001110 |
Color Harmonies of #CBB1DC
Complementary color
Monochromatic Colors of #CBB1DC
Black with #CBB1DC
Text Example
Text Example
White with #CBB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1DC; }
p { color: rgb(203,177,220); }
H1.HeaderClassName
{
color: #CBB1DC;
}
.AnyTagClassName
{
color: #CBB1DC;
}
</style>
background-color css
<style>
a { background-color: #CBB1DC; }
a { background-color: rgb(203,177,220); }
div.DivClassName
{
background-color: #CBB1DC;
}
.BgClassName
{
background-color: #CBB1DC;
}
</style>
border-color css
<style>
span { border-color: #CBB1DC; }
span { border-color: rgb(203,177,220); }
td.TdClassName
{
border-color: #CBB1DC;
}
.TagClassName
{
border-color: #CBB1DC;
}
</style>