Shades of Prelude #CAB8CE
Tints of Prelude #CAB8CE
RGB
CMYK
RGB Variations
Color information
#CAB8CE (or 0xCAB8CE) is known color: Prelude. HEX triplet: CA, B8 and CE. RGB value is (202,184,206). Sum of RGB (Red+Green+Blue) = 202+184+206=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8CE is #354731. Grayscale: #BFBFBF. Windows color (decimal): -3491634 or 13547722. OLE color: 13547722.
HSL color Cylindrical-coordinate representation of color #CAB8CE: hue angle of 289.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAB8CE is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 184 | 206 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.19 |
| HSL | 289.09º | 0.18% | 0.76% | - |
| HSV(B) | 289.09º | 0.11% | 0.81% | - |
| XYZ | 52.64 | 51.29 | 65.52 | - |
| YUV | 191.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 206 | 0.02 | 0.11 | 0 | 0.19 | 289.09 | 0.18 | 0.76 |
| Hex | CA | B8 | CE | 2 | B | 0 | 13 | 121 | 12 | 4C |
| Octal | 312 | 270 | 316 | 2 | 13 | 0 | 23 | 441 | 22 | 114 |
| Binary | 11001010 | 10111000 | 11001110 | 10 | 1011 | 0 | 10011 | 100100001 | 10010 | 1001100 |
Color Harmonies of #CAB8CE
Complementary color
Monochromatic Colors of #CAB8CE
Black with #CAB8CE
Text Example
Text Example
White with #CAB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8CE; }
p { color: rgb(202,184,206); }
H1.HeaderClassName
{
color: #CAB8CE;
}
.AnyTagClassName
{
color: #CAB8CE;
}
</style>
background-color css
<style>
a { background-color: #CAB8CE; }
a { background-color: rgb(202,184,206); }
div.DivClassName
{
background-color: #CAB8CE;
}
.BgClassName
{
background-color: #CAB8CE;
}
</style>
border-color css
<style>
span { border-color: #CAB8CE; }
span { border-color: rgb(202,184,206); }
td.TdClassName
{
border-color: #CAB8CE;
}
.TagClassName
{
border-color: #CAB8CE;
}
</style>