Shades of Prelude #CAABD3
Tints of Prelude #CAABD3
RGB
CMYK
RGB Variations
Color information
#CAABD3 (or 0xCAABD3) is known color: Prelude. HEX triplet: CA, AB and D3. RGB value is (202,171,211). Sum of RGB (Red+Green+Blue) = 202+171+211=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAABD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABD3 is #35542C. Grayscale: #B8B8B8. Windows color (decimal): -3494957 or 13872074. OLE color: 13872074.
HSL color Cylindrical-coordinate representation of color #CAABD3: hue angle of 286.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAABD3 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 171 | 211 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.17 |
| HSL | 286.5º | 0.31% | 0.75% | - |
| HSV(B) | 286.5º | 0.19% | 0.83% | - |
| XYZ | 50.68 | 46.39 | 67.91 | - |
| YUV | 184.83 | 142.77 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 211 | 0.04 | 0.19 | 0 | 0.17 | 286.5 | 0.31 | 0.75 |
| Hex | CA | AB | D3 | 4 | 13 | 0 | 11 | 11E | 1F | 4B |
| Octal | 312 | 253 | 323 | 4 | 23 | 0 | 21 | 436 | 37 | 113 |
| Binary | 11001010 | 10101011 | 11010011 | 100 | 10011 | 0 | 10001 | 100011110 | 11111 | 1001011 |
Color Harmonies of #CAABD3
Complementary color
Monochromatic Colors of #CAABD3
Black with #CAABD3
Text Example
Text Example
White with #CAABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABD3; }
p { color: rgb(202,171,211); }
H1.HeaderClassName
{
color: #CAABD3;
}
.AnyTagClassName
{
color: #CAABD3;
}
</style>
background-color css
<style>
a { background-color: #CAABD3; }
a { background-color: rgb(202,171,211); }
div.DivClassName
{
background-color: #CAABD3;
}
.BgClassName
{
background-color: #CAABD3;
}
</style>
border-color css
<style>
span { border-color: #CAABD3; }
span { border-color: rgb(202,171,211); }
td.TdClassName
{
border-color: #CAABD3;
}
.TagClassName
{
border-color: #CAABD3;
}
</style>