Shades of Prelude #CABBCE
Tints of Prelude #CABBCE
RGB
CMYK
RGB Variations
Color information
#CABBCE (or 0xCABBCE) is known color: Prelude. HEX triplet: CA, BB and CE. RGB value is (202,187,206). Sum of RGB (Red+Green+Blue) = 202+187+206=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #CABBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBCE is #354431. Grayscale: #C1C1C1. Windows color (decimal): -3490866 or 13548490. OLE color: 13548490.
HSL color Cylindrical-coordinate representation of color #CABBCE: hue angle of 287.37º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CABBCE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 187 | 206 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.19 |
| HSL | 287.37º | 0.16% | 0.77% | - |
| HSV(B) | 287.37º | 0.09% | 0.81% | - |
| XYZ | 53.27 | 52.55 | 65.73 | - |
| YUV | 193.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 206 | 0.02 | 0.09 | 0 | 0.19 | 287.37 | 0.16 | 0.77 |
| Hex | CA | BB | CE | 2 | 9 | 0 | 13 | 11F | 10 | 4D |
| Octal | 312 | 273 | 316 | 2 | 11 | 0 | 23 | 437 | 20 | 115 |
| Binary | 11001010 | 10111011 | 11001110 | 10 | 1001 | 0 | 10011 | 100011111 | 10000 | 1001101 |
Color Harmonies of #CABBCE
Complementary color
Monochromatic Colors of #CABBCE
Black with #CABBCE
Text Example
Text Example
White with #CABBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBCE; }
p { color: rgb(202,187,206); }
H1.HeaderClassName
{
color: #CABBCE;
}
.AnyTagClassName
{
color: #CABBCE;
}
</style>
background-color css
<style>
a { background-color: #CABBCE; }
a { background-color: rgb(202,187,206); }
div.DivClassName
{
background-color: #CABBCE;
}
.BgClassName
{
background-color: #CABBCE;
}
</style>
border-color css
<style>
span { border-color: #CABBCE; }
span { border-color: rgb(202,187,206); }
td.TdClassName
{
border-color: #CABBCE;
}
.TagClassName
{
border-color: #CABBCE;
}
</style>