Shades of Prelude #CFAFD3
Tints of Prelude #CFAFD3
RGB
CMYK
RGB Variations
Color information
#CFAFD3 (or 0xCFAFD3) is known color: Prelude. HEX triplet: CF, AF and D3. RGB value is (207,175,211). Sum of RGB (Red+Green+Blue) = 207+175+211=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFD3 is #30502C. Grayscale: #BCBCBC. Windows color (decimal): -3166253 or 13873103. OLE color: 13873103.
HSL color Cylindrical-coordinate representation of color #CFAFD3: hue angle of 293.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFAFD3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 175 | 211 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.17 |
| HSL | 293.33º | 0.29% | 0.76% | - |
| HSV(B) | 293.33º | 0.17% | 0.83% | - |
| XYZ | 52.82 | 48.63 | 68.23 | - |
| YUV | 188.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 211 | 0.02 | 0.17 | 0 | 0.17 | 293.33 | 0.29 | 0.76 |
| Hex | CF | AF | D3 | 2 | 11 | 0 | 11 | 125 | 1D | 4C |
| Octal | 317 | 257 | 323 | 2 | 21 | 0 | 21 | 445 | 35 | 114 |
| Binary | 11001111 | 10101111 | 11010011 | 10 | 10001 | 0 | 10001 | 100100101 | 11101 | 1001100 |
Color Harmonies of #CFAFD3
Complementary color
Monochromatic Colors of #CFAFD3
Black with #CFAFD3
Text Example
Text Example
White with #CFAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFD3; }
p { color: rgb(207,175,211); }
H1.HeaderClassName
{
color: #CFAFD3;
}
.AnyTagClassName
{
color: #CFAFD3;
}
</style>
background-color css
<style>
a { background-color: #CFAFD3; }
a { background-color: rgb(207,175,211); }
div.DivClassName
{
background-color: #CFAFD3;
}
.BgClassName
{
background-color: #CFAFD3;
}
</style>
border-color css
<style>
span { border-color: #CFAFD3; }
span { border-color: rgb(207,175,211); }
td.TdClassName
{
border-color: #CFAFD3;
}
.TagClassName
{
border-color: #CFAFD3;
}
</style>