Shades of Prelude #CAAFD5
Tints of Prelude #CAAFD5
RGB
CMYK
RGB Variations
Color information
#CAAFD5 (or 0xCAAFD5) is known color: Prelude. HEX triplet: CA, AF and D5. RGB value is (202,175,213). Sum of RGB (Red+Green+Blue) = 202+175+213=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD5 is #35502A. Grayscale: #BBBBBB. Windows color (decimal): -3493931 or 14004170. OLE color: 14004170.
HSL color Cylindrical-coordinate representation of color #CAAFD5: hue angle of 282.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAAFD5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 175 | 213 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.16 |
| HSL | 282.63º | 0.31% | 0.76% | - |
| HSV(B) | 282.63º | 0.18% | 0.84% | - |
| XYZ | 51.7 | 48.02 | 69.49 | - |
| YUV | 187.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 213 | 0.05 | 0.18 | 0 | 0.16 | 282.63 | 0.31 | 0.76 |
| Hex | CA | AF | D5 | 5 | 12 | 0 | 10 | 11B | 1F | 4C |
| Octal | 312 | 257 | 325 | 5 | 22 | 0 | 20 | 433 | 37 | 114 |
| Binary | 11001010 | 10101111 | 11010101 | 101 | 10010 | 0 | 10000 | 100011011 | 11111 | 1001100 |
Color Harmonies of #CAAFD5
Complementary color
Monochromatic Colors of #CAAFD5
Black with #CAAFD5
Text Example
Text Example
White with #CAAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFD5; }
p { color: rgb(202,175,213); }
H1.HeaderClassName
{
color: #CAAFD5;
}
.AnyTagClassName
{
color: #CAAFD5;
}
</style>
background-color css
<style>
a { background-color: #CAAFD5; }
a { background-color: rgb(202,175,213); }
div.DivClassName
{
background-color: #CAAFD5;
}
.BgClassName
{
background-color: #CAAFD5;
}
</style>
border-color css
<style>
span { border-color: #CAAFD5; }
span { border-color: rgb(202,175,213); }
td.TdClassName
{
border-color: #CAAFD5;
}
.TagClassName
{
border-color: #CAAFD5;
}
</style>