Shades of Prelude #CAB3D3
Tints of Prelude #CAB3D3
RGB
CMYK
RGB Variations
Color information
#CAB3D3 (or 0xCAB3D3) is known color: Prelude. HEX triplet: CA, B3 and D3. RGB value is (202,179,211). Sum of RGB (Red+Green+Blue) = 202+179+211=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 179 (70.31% from 255 or 30.24% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAB3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3D3 is #354C2C. Grayscale: #BDBDBD. Windows color (decimal): -3492909 or 13874122. OLE color: 13874122.
HSL color Cylindrical-coordinate representation of color #CAB3D3: hue angle of 283.12º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB3D3 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 179 | 211 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.17 |
| HSL | 283.13º | 0.27% | 0.76% | - |
| HSV(B) | 283.13º | 0.15% | 0.83% | - |
| XYZ | 52.24 | 49.5 | 68.43 | - |
| YUV | 189.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 211 | 0.04 | 0.15 | 0 | 0.17 | 283.13 | 0.27 | 0.76 |
| Hex | CA | B3 | D3 | 4 | F | 0 | 11 | 11B | 1B | 4C |
| Octal | 312 | 263 | 323 | 4 | 17 | 0 | 21 | 433 | 33 | 114 |
| Binary | 11001010 | 10110011 | 11010011 | 100 | 1111 | 0 | 10001 | 100011011 | 11011 | 1001100 |
Color Harmonies of #CAB3D3
Complementary color
Monochromatic Colors of #CAB3D3
Black with #CAB3D3
Text Example
Text Example
White with #CAB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB3D3; }
p { color: rgb(202,179,211); }
H1.HeaderClassName
{
color: #CAB3D3;
}
.AnyTagClassName
{
color: #CAB3D3;
}
</style>
background-color css
<style>
a { background-color: #CAB3D3; }
a { background-color: rgb(202,179,211); }
div.DivClassName
{
background-color: #CAB3D3;
}
.BgClassName
{
background-color: #CAB3D3;
}
</style>
border-color css
<style>
span { border-color: #CAB3D3; }
span { border-color: rgb(202,179,211); }
td.TdClassName
{
border-color: #CAB3D3;
}
.TagClassName
{
border-color: #CAB3D3;
}
</style>