Shades of Prelude #CAAFD9
Tints of Prelude #CAAFD9
RGB
CMYK
RGB Variations
Color information
#CAAFD9 (or 0xCAAFD9) is known color: Prelude. HEX triplet: CA, AF and D9. RGB value is (202,175,217). Sum of RGB (Red+Green+Blue) = 202+175+217=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #CAAFD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD9 is #355026. Grayscale: #BBBBBB. Windows color (decimal): -3493927 or 14266314. OLE color: 14266314.
HSL color Cylindrical-coordinate representation of color #CAAFD9: hue angle of 278.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAFD9 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 175 | 217 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.15 |
| HSL | 278.57º | 0.36% | 0.77% | - |
| HSV(B) | 278.57º | 0.19% | 0.85% | - |
| XYZ | 52.21 | 48.23 | 72.2 | - |
| YUV | 187.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 217 | 0.07 | 0.19 | 0 | 0.15 | 278.57 | 0.36 | 0.77 |
| Hex | CA | AF | D9 | 7 | 13 | 0 | F | 117 | 24 | 4D |
| Octal | 312 | 257 | 331 | 7 | 23 | 0 | 17 | 427 | 44 | 115 |
| Binary | 11001010 | 10101111 | 11011001 | 111 | 10011 | 0 | 1111 | 100010111 | 100100 | 1001101 |
Color Harmonies of #CAAFD9
Complementary color
Monochromatic Colors of #CAAFD9
Black with #CAAFD9
Text Example
Text Example
White with #CAAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFD9; }
p { color: rgb(202,175,217); }
H1.HeaderClassName
{
color: #CAAFD9;
}
.AnyTagClassName
{
color: #CAAFD9;
}
</style>
background-color css
<style>
a { background-color: #CAAFD9; }
a { background-color: rgb(202,175,217); }
div.DivClassName
{
background-color: #CAAFD9;
}
.BgClassName
{
background-color: #CAAFD9;
}
</style>
border-color css
<style>
span { border-color: #CAAFD9; }
span { border-color: rgb(202,175,217); }
td.TdClassName
{
border-color: #CAAFD9;
}
.TagClassName
{
border-color: #CAAFD9;
}
</style>