Shades of Prelude #C3ACCF
Tints of Prelude #C3ACCF
RGB
CMYK
RGB Variations
Color information
#C3ACCF (or 0xC3ACCF) is known color: Prelude. HEX triplet: C3, AC and CF. RGB value is (195,172,207). Sum of RGB (Red+Green+Blue) = 195+172+207=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACCF is #3C5330. Grayscale: #B6B6B6. Windows color (decimal): -3953457 or 13610179. OLE color: 13610179.
HSL color Cylindrical-coordinate representation of color #C3ACCF: hue angle of 279.43º 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 #C3ACCF is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 172 | 207 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.19 |
| HSL | 279.43º | 0.27% | 0.74% | - |
| HSV(B) | 279.43º | 0.17% | 0.81% | - |
| XYZ | 48.52 | 45.61 | 65.28 | - |
| YUV | 182.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 207 | 0.06 | 0.17 | 0 | 0.19 | 279.43 | 0.27 | 0.74 |
| Hex | C3 | AC | CF | 6 | 11 | 0 | 13 | 117 | 1B | 4A |
| Octal | 303 | 254 | 317 | 6 | 21 | 0 | 23 | 427 | 33 | 112 |
| Binary | 11000011 | 10101100 | 11001111 | 110 | 10001 | 0 | 10011 | 100010111 | 11011 | 1001010 |
Color Harmonies of #C3ACCF
Complementary color
Monochromatic Colors of #C3ACCF
Black with #C3ACCF
Text Example
Text Example
White with #C3ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACCF; }
p { color: rgb(195,172,207); }
H1.HeaderClassName
{
color: #C3ACCF;
}
.AnyTagClassName
{
color: #C3ACCF;
}
</style>
background-color css
<style>
a { background-color: #C3ACCF; }
a { background-color: rgb(195,172,207); }
div.DivClassName
{
background-color: #C3ACCF;
}
.BgClassName
{
background-color: #C3ACCF;
}
</style>
border-color css
<style>
span { border-color: #C3ACCF; }
span { border-color: rgb(195,172,207); }
td.TdClassName
{
border-color: #C3ACCF;
}
.TagClassName
{
border-color: #C3ACCF;
}
</style>