Shades of Prelude #CAB4D3
Tints of Prelude #CAB4D3
RGB
CMYK
RGB Variations
Color information
#CAB4D3 (or 0xCAB4D3) is known color: Prelude. HEX triplet: CA, B4 and D3. RGB value is (202,180,211). Sum of RGB (Red+Green+Blue) = 202+180+211=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4D3 is #354B2C. Grayscale: #BEBEBE. Windows color (decimal): -3492653 or 13874378. OLE color: 13874378.
HSL color Cylindrical-coordinate representation of color #CAB4D3: hue angle of 282.58º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB4D3 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 180 | 211 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.17 |
| HSL | 282.58º | 0.26% | 0.77% | - |
| HSV(B) | 282.58º | 0.15% | 0.83% | - |
| XYZ | 52.44 | 49.9 | 68.5 | - |
| YUV | 190.11 | 139.79 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 211 | 0.04 | 0.15 | 0 | 0.17 | 282.58 | 0.26 | 0.77 |
| Hex | CA | B4 | D3 | 4 | F | 0 | 11 | 11B | 1A | 4D |
| Octal | 312 | 264 | 323 | 4 | 17 | 0 | 21 | 433 | 32 | 115 |
| Binary | 11001010 | 10110100 | 11010011 | 100 | 1111 | 0 | 10001 | 100011011 | 11010 | 1001101 |
Color Harmonies of #CAB4D3
Complementary color
Monochromatic Colors of #CAB4D3
Black with #CAB4D3
Text Example
Text Example
White with #CAB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4D3; }
p { color: rgb(202,180,211); }
H1.HeaderClassName
{
color: #CAB4D3;
}
.AnyTagClassName
{
color: #CAB4D3;
}
</style>
background-color css
<style>
a { background-color: #CAB4D3; }
a { background-color: rgb(202,180,211); }
div.DivClassName
{
background-color: #CAB4D3;
}
.BgClassName
{
background-color: #CAB4D3;
}
</style>
border-color css
<style>
span { border-color: #CAB4D3; }
span { border-color: rgb(202,180,211); }
td.TdClassName
{
border-color: #CAB4D3;
}
.TagClassName
{
border-color: #CAB4D3;
}
</style>