Shades of Prelude #C5B5D3
Tints of Prelude #C5B5D3
RGB
CMYK
RGB Variations
Color information
#C5B5D3 (or 0xC5B5D3) is known color: Prelude. HEX triplet: C5, B5 and D3. RGB value is (197,181,211). Sum of RGB (Red+Green+Blue) = 197+181+211=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #C5B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5D3 is #3A4A2C. Grayscale: #BDBDBD. Windows color (decimal): -3820077 or 13874629. OLE color: 13874629.
HSL color Cylindrical-coordinate representation of color #C5B5D3: hue angle of 272º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5B5D3 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 197 | 181 | 211 | - |
CMYK | 0.07 | 0.14 | 0 | 0.17 |
HSL | 272º | 0.25% | 0.77% | - |
HSV(B) | 272º | 0.14% | 0.83% | - |
XYZ | 51.31 | 49.62 | 68.5 | - |
YUV | 189.2 | 140.3 | 133.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 181 | 211 | 0.07 | 0.14 | 0 | 0.17 | 272 | 0.25 | 0.77 |
Hex | C5 | B5 | D3 | 7 | E | 0 | 11 | 110 | 19 | 4D |
Octal | 305 | 265 | 323 | 7 | 16 | 0 | 21 | 420 | 31 | 115 |
Binary | 11000101 | 10110101 | 11010011 | 111 | 1110 | 0 | 10001 | 100010000 | 11001 | 1001101 |
Color Harmonies of #C5B5D3
Complementary color
Monochromatic Colors of #C5B5D3
Black with #C5B5D3
Text Example
Text Example
White with #C5B5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5D3; }
p { color: rgb(197,181,211); }
H1.HeaderClassName
{
color: #C5B5D3;
}
.AnyTagClassName
{
color: #C5B5D3;
}
</style>
background-color css
<style>
a { background-color: #C5B5D3; }
a { background-color: rgb(197,181,211); }
div.DivClassName
{
background-color: #C5B5D3;
}
.BgClassName
{
background-color: #C5B5D3;
}
</style>
border-color css
<style>
span { border-color: #C5B5D3; }
span { border-color: rgb(197,181,211); }
td.TdClassName
{
border-color: #C5B5D3;
}
.TagClassName
{
border-color: #C5B5D3;
}
</style>