Shades of Prelude #CAAFD7
Tints of Prelude #CAAFD7
RGB
CMYK
RGB Variations
Color information
#CAAFD7 (or 0xCAAFD7) is known color: Prelude. HEX triplet: CA, AF and D7. RGB value is (202,175,215). Sum of RGB (Red+Green+Blue) = 202+175+215=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFD7 is #355028. Grayscale: #BBBBBB. Windows color (decimal): -3493929 or 14135242. OLE color: 14135242.
HSL color Cylindrical-coordinate representation of color #CAAFD7: hue angle of 280.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAAFD7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 175 | 215 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.16 |
| HSL | 280.5º | 0.33% | 0.76% | - |
| HSV(B) | 280.5º | 0.19% | 0.84% | - |
| XYZ | 51.95 | 48.12 | 70.84 | - |
| YUV | 187.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 215 | 0.06 | 0.19 | 0 | 0.16 | 280.5 | 0.33 | 0.76 |
| Hex | CA | AF | D7 | 6 | 13 | 0 | 10 | 118 | 21 | 4C |
| Octal | 312 | 257 | 327 | 6 | 23 | 0 | 20 | 430 | 41 | 114 |
| Binary | 11001010 | 10101111 | 11010111 | 110 | 10011 | 0 | 10000 | 100011000 | 100001 | 1001100 |
Color Harmonies of #CAAFD7
Complementary color
Monochromatic Colors of #CAAFD7
Black with #CAAFD7
Text Example
Text Example
White with #CAAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFD7; }
p { color: rgb(202,175,215); }
H1.HeaderClassName
{
color: #CAAFD7;
}
.AnyTagClassName
{
color: #CAAFD7;
}
</style>
background-color css
<style>
a { background-color: #CAAFD7; }
a { background-color: rgb(202,175,215); }
div.DivClassName
{
background-color: #CAAFD7;
}
.BgClassName
{
background-color: #CAAFD7;
}
</style>
border-color css
<style>
span { border-color: #CAAFD7; }
span { border-color: rgb(202,175,215); }
td.TdClassName
{
border-color: #CAAFD7;
}
.TagClassName
{
border-color: #CAAFD7;
}
</style>