Shades of Prelude #CAB3D4
Tints of Prelude #CAB3D4
RGB
CMYK
RGB Variations
Color information
#CAB3D4 (or 0xCAB3D4) is known color: Prelude. HEX triplet: CA, B3 and D4. RGB value is (202,179,212). Sum of RGB (Red+Green+Blue) = 202+179+212=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 179 (70.31% from 255 or 30.19% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #CAB3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3D4 is #354C2B. Grayscale: #BDBDBD. Windows color (decimal): -3492908 or 13939658. OLE color: 13939658.
HSL color Cylindrical-coordinate representation of color #CAB3D4: hue angle of 281.82º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAB3D4 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 179 | 212 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.17 |
| HSL | 281.82º | 0.28% | 0.77% | - |
| HSV(B) | 281.82º | 0.16% | 0.83% | - |
| XYZ | 52.36 | 49.55 | 69.09 | - |
| YUV | 189.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 212 | 0.05 | 0.16 | 0 | 0.17 | 281.82 | 0.28 | 0.77 |
| Hex | CA | B3 | D4 | 5 | 10 | 0 | 11 | 11A | 1C | 4D |
| Octal | 312 | 263 | 324 | 5 | 20 | 0 | 21 | 432 | 34 | 115 |
| Binary | 11001010 | 10110011 | 11010100 | 101 | 10000 | 0 | 10001 | 100011010 | 11100 | 1001101 |
Color Harmonies of #CAB3D4
Complementary color
Monochromatic Colors of #CAB3D4
Black with #CAB3D4
Text Example
Text Example
White with #CAB3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3D4; }
p { color: rgb(202,179,212); }
H1.HeaderClassName
{
color: #CAB3D4;
}
.AnyTagClassName
{
color: #CAB3D4;
}
</style>
background-color css
<style>
a { background-color: #CAB3D4; }
a { background-color: rgb(202,179,212); }
div.DivClassName
{
background-color: #CAB3D4;
}
.BgClassName
{
background-color: #CAB3D4;
}
</style>
border-color css
<style>
span { border-color: #CAB3D4; }
span { border-color: rgb(202,179,212); }
td.TdClassName
{
border-color: #CAB3D4;
}
.TagClassName
{
border-color: #CAB3D4;
}
</style>