Shades of Prelude #C2ACCF
Tints of Prelude #C2ACCF
RGB
CMYK
RGB Variations
Color information
#C2ACCF (or 0xC2ACCF) is known color: Prelude. HEX triplet: C2, AC and CF. RGB value is (194,172,207). Sum of RGB (Red+Green+Blue) = 194+172+207=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACCF is #3D5330. Grayscale: #B6B6B6. Windows color (decimal): -4018993 or 13610178. OLE color: 13610178.
HSL color Cylindrical-coordinate representation of color #C2ACCF: hue angle of 277.71º 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 #C2ACCF is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 172 | 207 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.19 |
| HSL | 277.71º | 0.27% | 0.74% | - |
| HSV(B) | 277.71º | 0.17% | 0.81% | - |
| XYZ | 48.26 | 45.48 | 65.27 | - |
| YUV | 182.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 207 | 0.06 | 0.17 | 0 | 0.19 | 277.71 | 0.27 | 0.74 |
| Hex | C2 | AC | CF | 6 | 11 | 0 | 13 | 116 | 1B | 4A |
| Octal | 302 | 254 | 317 | 6 | 21 | 0 | 23 | 426 | 33 | 112 |
| Binary | 11000010 | 10101100 | 11001111 | 110 | 10001 | 0 | 10011 | 100010110 | 11011 | 1001010 |
Color Harmonies of #C2ACCF
Complementary color
Monochromatic Colors of #C2ACCF
Black with #C2ACCF
Text Example
Text Example
White with #C2ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACCF; }
p { color: rgb(194,172,207); }
H1.HeaderClassName
{
color: #C2ACCF;
}
.AnyTagClassName
{
color: #C2ACCF;
}
</style>
background-color css
<style>
a { background-color: #C2ACCF; }
a { background-color: rgb(194,172,207); }
div.DivClassName
{
background-color: #C2ACCF;
}
.BgClassName
{
background-color: #C2ACCF;
}
</style>
border-color css
<style>
span { border-color: #C2ACCF; }
span { border-color: rgb(194,172,207); }
td.TdClassName
{
border-color: #C2ACCF;
}
.TagClassName
{
border-color: #C2ACCF;
}
</style>