Shades of Prelude #CAB4CE
Tints of Prelude #CAB4CE
RGB
CMYK
RGB Variations
Color information
#CAB4CE (or 0xCAB4CE) is known color: Prelude. HEX triplet: CA, B4 and CE. RGB value is (202,180,206). Sum of RGB (Red+Green+Blue) = 202+180+206=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4CE is #354B31. Grayscale: #BDBDBD. Windows color (decimal): -3492658 or 13546698. OLE color: 13546698.
HSL color Cylindrical-coordinate representation of color #CAB4CE: hue angle of 290.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAB4CE is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 180 | 206 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.19 |
| HSL | 290.77º | 0.21% | 0.76% | - |
| HSV(B) | 290.77º | 0.13% | 0.81% | - |
| XYZ | 51.82 | 49.66 | 65.25 | - |
| YUV | 189.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 206 | 0.02 | 0.13 | 0 | 0.19 | 290.77 | 0.21 | 0.76 |
| Hex | CA | B4 | CE | 2 | D | 0 | 13 | 123 | 15 | 4C |
| Octal | 312 | 264 | 316 | 2 | 15 | 0 | 23 | 443 | 25 | 114 |
| Binary | 11001010 | 10110100 | 11001110 | 10 | 1101 | 0 | 10011 | 100100011 | 10101 | 1001100 |
Color Harmonies of #CAB4CE
Complementary color
Monochromatic Colors of #CAB4CE
Black with #CAB4CE
Text Example
Text Example
White with #CAB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB4CE; }
p { color: rgb(202,180,206); }
H1.HeaderClassName
{
color: #CAB4CE;
}
.AnyTagClassName
{
color: #CAB4CE;
}
</style>
background-color css
<style>
a { background-color: #CAB4CE; }
a { background-color: rgb(202,180,206); }
div.DivClassName
{
background-color: #CAB4CE;
}
.BgClassName
{
background-color: #CAB4CE;
}
</style>
border-color css
<style>
span { border-color: #CAB4CE; }
span { border-color: rgb(202,180,206); }
td.TdClassName
{
border-color: #CAB4CE;
}
.TagClassName
{
border-color: #CAB4CE;
}
</style>