Shades of Prelude #CAACD0
Tints of Prelude #CAACD0
RGB
CMYK
RGB Variations
Color information
#CAACD0 (or 0xCAACD0) is known color: Prelude. HEX triplet: CA, AC and D0. RGB value is (202,172,208). Sum of RGB (Red+Green+Blue) = 202+172+208=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #CAACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACD0 is #35532F. Grayscale: #B8B8B8. Windows color (decimal): -3494704 or 13675722. OLE color: 13675722.
HSL color Cylindrical-coordinate representation of color #CAACD0: hue angle of 290º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAACD0 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 172 | 208 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.18 |
| HSL | 290º | 0.28% | 0.75% | - |
| HSV(B) | 290º | 0.17% | 0.82% | - |
| XYZ | 50.49 | 46.62 | 66.01 | - |
| YUV | 185.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 172 | 208 | 0.03 | 0.17 | 0 | 0.18 | 290 | 0.28 | 0.75 |
| Hex | CA | AC | D0 | 3 | 11 | 0 | 12 | 122 | 1C | 4B |
| Octal | 312 | 254 | 320 | 3 | 21 | 0 | 22 | 442 | 34 | 113 |
| Binary | 11001010 | 10101100 | 11010000 | 11 | 10001 | 0 | 10010 | 100100010 | 11100 | 1001011 |
Color Harmonies of #CAACD0
Complementary color
Monochromatic Colors of #CAACD0
Black with #CAACD0
Text Example
Text Example
White with #CAACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAACD0; }
p { color: rgb(202,172,208); }
H1.HeaderClassName
{
color: #CAACD0;
}
.AnyTagClassName
{
color: #CAACD0;
}
</style>
background-color css
<style>
a { background-color: #CAACD0; }
a { background-color: rgb(202,172,208); }
div.DivClassName
{
background-color: #CAACD0;
}
.BgClassName
{
background-color: #CAACD0;
}
</style>
border-color css
<style>
span { border-color: #CAACD0; }
span { border-color: rgb(202,172,208); }
td.TdClassName
{
border-color: #CAACD0;
}
.TagClassName
{
border-color: #CAACD0;
}
</style>