Shades of Prelude #CAABD2
Tints of Prelude #CAABD2
RGB
CMYK
RGB Variations
Color information
#CAABD2 (or 0xCAABD2) is known color: Prelude. HEX triplet: CA, AB and D2. RGB value is (202,171,210). Sum of RGB (Red+Green+Blue) = 202+171+210=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAABD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABD2 is #35542D. Grayscale: #B8B8B8. Windows color (decimal): -3494958 or 13806538. OLE color: 13806538.
HSL color Cylindrical-coordinate representation of color #CAABD2: hue angle of 287.69º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAABD2 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 171 | 210 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.18 |
| HSL | 287.69º | 0.3% | 0.75% | - |
| HSV(B) | 287.69º | 0.19% | 0.82% | - |
| XYZ | 50.55 | 46.34 | 67.25 | - |
| YUV | 184.72 | 142.27 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 210 | 0.04 | 0.19 | 0 | 0.18 | 287.69 | 0.3 | 0.75 |
| Hex | CA | AB | D2 | 4 | 13 | 0 | 12 | 120 | 1E | 4B |
| Octal | 312 | 253 | 322 | 4 | 23 | 0 | 22 | 440 | 36 | 113 |
| Binary | 11001010 | 10101011 | 11010010 | 100 | 10011 | 0 | 10010 | 100100000 | 11110 | 1001011 |
Color Harmonies of #CAABD2
Complementary color
Monochromatic Colors of #CAABD2
Black with #CAABD2
Text Example
Text Example
White with #CAABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABD2; }
p { color: rgb(202,171,210); }
H1.HeaderClassName
{
color: #CAABD2;
}
.AnyTagClassName
{
color: #CAABD2;
}
</style>
background-color css
<style>
a { background-color: #CAABD2; }
a { background-color: rgb(202,171,210); }
div.DivClassName
{
background-color: #CAABD2;
}
.BgClassName
{
background-color: #CAABD2;
}
</style>
border-color css
<style>
span { border-color: #CAABD2; }
span { border-color: rgb(202,171,210); }
td.TdClassName
{
border-color: #CAABD2;
}
.TagClassName
{
border-color: #CAABD2;
}
</style>