Shades of Prelude #CAAFD6
Tints of Prelude #CAAFD6
RGB
CMYK
RGB Variations
Color information
#CAAFD6 (or 0xCAAFD6) is known color: Prelude. HEX triplet: CA, AF and D6. RGB value is (202,175,214). Sum of RGB (Red+Green+Blue) = 202+175+214=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 214 (83.98% from 255 or 36.21% from 591); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD6 is #355029. Grayscale: #BBBBBB. Windows color (decimal): -3493930 or 14069706. OLE color: 14069706.
HSL color Cylindrical-coordinate representation of color #CAAFD6: hue angle of 281.54º degrees, saturation: 0.32, 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 #CAAFD6 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 175 | 214 | - |
| CMYK | 0.06 | 0.18 | 0 | 0.16 |
| HSL | 281.54º | 0.32% | 0.76% | - |
| HSV(B) | 281.54º | 0.18% | 0.84% | - |
| XYZ | 51.82 | 48.07 | 70.17 | - |
| YUV | 187.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 214 | 0.06 | 0.18 | 0 | 0.16 | 281.54 | 0.32 | 0.76 |
| Hex | CA | AF | D6 | 6 | 12 | 0 | 10 | 11A | 20 | 4C |
| Octal | 312 | 257 | 326 | 6 | 22 | 0 | 20 | 432 | 40 | 114 |
| Binary | 11001010 | 10101111 | 11010110 | 110 | 10010 | 0 | 10000 | 100011010 | 100000 | 1001100 |
Color Harmonies of #CAAFD6
Complementary color
Monochromatic Colors of #CAAFD6
Black with #CAAFD6
Text Example
Text Example
White with #CAAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFD6; }
p { color: rgb(202,175,214); }
H1.HeaderClassName
{
color: #CAAFD6;
}
.AnyTagClassName
{
color: #CAAFD6;
}
</style>
background-color css
<style>
a { background-color: #CAAFD6; }
a { background-color: rgb(202,175,214); }
div.DivClassName
{
background-color: #CAAFD6;
}
.BgClassName
{
background-color: #CAAFD6;
}
</style>
border-color css
<style>
span { border-color: #CAAFD6; }
span { border-color: rgb(202,175,214); }
td.TdClassName
{
border-color: #CAAFD6;
}
.TagClassName
{
border-color: #CAAFD6;
}
</style>