Shades of Prelude #C1ACCF
Tints of Prelude #C1ACCF
RGB
CMYK
RGB Variations
Color information
#C1ACCF (or 0xC1ACCF) is known color: Prelude. HEX triplet: C1, AC and CF. RGB value is (193,172,207). Sum of RGB (Red+Green+Blue) = 193+172+207=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACCF is #3E5330. Grayscale: #B6B6B6. Windows color (decimal): -4084529 or 13610177. OLE color: 13610177.
HSL color Cylindrical-coordinate representation of color #C1ACCF: hue angle of 276º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1ACCF is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 172 | 207 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.19 |
| HSL | 276º | 0.27% | 0.74% | - |
| HSV(B) | 276º | 0.17% | 0.81% | - |
| XYZ | 48.01 | 45.35 | 65.25 | - |
| YUV | 182.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 207 | 0.07 | 0.17 | 0 | 0.19 | 276 | 0.27 | 0.74 |
| Hex | C1 | AC | CF | 7 | 11 | 0 | 13 | 114 | 1B | 4A |
| Octal | 301 | 254 | 317 | 7 | 21 | 0 | 23 | 424 | 33 | 112 |
| Binary | 11000001 | 10101100 | 11001111 | 111 | 10001 | 0 | 10011 | 100010100 | 11011 | 1001010 |
Color Harmonies of #C1ACCF
Complementary color
Monochromatic Colors of #C1ACCF
Black with #C1ACCF
Text Example
Text Example
White with #C1ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACCF; }
p { color: rgb(193,172,207); }
H1.HeaderClassName
{
color: #C1ACCF;
}
.AnyTagClassName
{
color: #C1ACCF;
}
</style>
background-color css
<style>
a { background-color: #C1ACCF; }
a { background-color: rgb(193,172,207); }
div.DivClassName
{
background-color: #C1ACCF;
}
.BgClassName
{
background-color: #C1ACCF;
}
</style>
border-color css
<style>
span { border-color: #C1ACCF; }
span { border-color: rgb(193,172,207); }
td.TdClassName
{
border-color: #C1ACCF;
}
.TagClassName
{
border-color: #C1ACCF;
}
</style>