Shades of Prelude #C5ADD2
Tints of Prelude #C5ADD2
RGB
CMYK
RGB Variations
Color information
#C5ADD2 (or 0xC5ADD2) is known color: Prelude. HEX triplet: C5, AD and D2. RGB value is (197,173,210). Sum of RGB (Red+Green+Blue) = 197+173+210=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5ADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ADD2 is #3A522D. Grayscale: #B8B8B8. Windows color (decimal): -3822126 or 13807045. OLE color: 13807045.
HSL color Cylindrical-coordinate representation of color #C5ADD2: hue angle of 278.92º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5ADD2 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 173 | 210 | - |
CMYK | 0.06 | 0.18 | 0 | 0.18 |
HSL | 278.92º | 0.29% | 0.75% | - |
HSV(B) | 278.92º | 0.18% | 0.82% | - |
XYZ | 49.6 | 46.41 | 67.32 | - |
YUV | 184.39 | 142.45 | 136.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 173 | 210 | 0.06 | 0.18 | 0 | 0.18 | 278.92 | 0.29 | 0.75 |
Hex | C5 | AD | D2 | 6 | 12 | 0 | 12 | 117 | 1D | 4B |
Octal | 305 | 255 | 322 | 6 | 22 | 0 | 22 | 427 | 35 | 113 |
Binary | 11000101 | 10101101 | 11010010 | 110 | 10010 | 0 | 10010 | 100010111 | 11101 | 1001011 |
Color Harmonies of #C5ADD2
Complementary color
Monochromatic Colors of #C5ADD2
Black with #C5ADD2
Text Example
Text Example
White with #C5ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADD2; }
p { color: rgb(197,173,210); }
H1.HeaderClassName
{
color: #C5ADD2;
}
.AnyTagClassName
{
color: #C5ADD2;
}
</style>
background-color css
<style>
a { background-color: #C5ADD2; }
a { background-color: rgb(197,173,210); }
div.DivClassName
{
background-color: #C5ADD2;
}
.BgClassName
{
background-color: #C5ADD2;
}
</style>
border-color css
<style>
span { border-color: #C5ADD2; }
span { border-color: rgb(197,173,210); }
td.TdClassName
{
border-color: #C5ADD2;
}
.TagClassName
{
border-color: #C5ADD2;
}
</style>