Shades of Prelude #C8AFCF
Tints of Prelude #C8AFCF
RGB
CMYK
RGB Variations
Color information
#C8AFCF (or 0xC8AFCF) is known color: Prelude. HEX triplet: C8, AF and CF. RGB value is (200,175,207). Sum of RGB (Red+Green+Blue) = 200+175+207=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFCF is #375030. Grayscale: #BABABA. Windows color (decimal): -3625009 or 13610952. OLE color: 13610952.
HSL color Cylindrical-coordinate representation of color #C8AFCF: hue angle of 286.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AFCF is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 175 | 207 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.19 |
| HSL | 286.88º | 0.25% | 0.75% | - |
| HSV(B) | 286.88º | 0.15% | 0.81% | - |
| XYZ | 50.41 | 47.44 | 65.53 | - |
| YUV | 186.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 207 | 0.03 | 0.15 | 0 | 0.19 | 286.88 | 0.25 | 0.75 |
| Hex | C8 | AF | CF | 3 | F | 0 | 13 | 11F | 19 | 4B |
| Octal | 310 | 257 | 317 | 3 | 17 | 0 | 23 | 437 | 31 | 113 |
| Binary | 11001000 | 10101111 | 11001111 | 11 | 1111 | 0 | 10011 | 100011111 | 11001 | 1001011 |
Color Harmonies of #C8AFCF
Complementary color
Monochromatic Colors of #C8AFCF
Black with #C8AFCF
Text Example
Text Example
White with #C8AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFCF; }
p { color: rgb(200,175,207); }
H1.HeaderClassName
{
color: #C8AFCF;
}
.AnyTagClassName
{
color: #C8AFCF;
}
</style>
background-color css
<style>
a { background-color: #C8AFCF; }
a { background-color: rgb(200,175,207); }
div.DivClassName
{
background-color: #C8AFCF;
}
.BgClassName
{
background-color: #C8AFCF;
}
</style>
border-color css
<style>
span { border-color: #C8AFCF; }
span { border-color: rgb(200,175,207); }
td.TdClassName
{
border-color: #C8AFCF;
}
.TagClassName
{
border-color: #C8AFCF;
}
</style>