Shades of Prelude #CABCCE
Tints of Prelude #CABCCE
RGB
CMYK
RGB Variations
Color information
#CABCCE (or 0xCABCCE) is known color: Prelude. HEX triplet: CA, BC and CE. RGB value is (202,188,206). Sum of RGB (Red+Green+Blue) = 202+188+206=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: blue. Hex color #CABCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCE is #354331. Grayscale: #C2C2C2. Windows color (decimal): -3490610 or 13548746. OLE color: 13548746.
HSL color Cylindrical-coordinate representation of color #CABCCE: hue angle of 286.67º 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 #CABCCE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 188 | 206 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.19 |
| HSL | 286.67º | 0.16% | 0.77% | - |
| HSV(B) | 286.67º | 0.09% | 0.81% | - |
| XYZ | 53.48 | 52.98 | 65.8 | - |
| YUV | 194.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 206 | 0.02 | 0.09 | 0 | 0.19 | 286.67 | 0.16 | 0.77 |
| Hex | CA | BC | CE | 2 | 9 | 0 | 13 | 11F | 10 | 4D |
| Octal | 312 | 274 | 316 | 2 | 11 | 0 | 23 | 437 | 20 | 115 |
| Binary | 11001010 | 10111100 | 11001110 | 10 | 1001 | 0 | 10011 | 100011111 | 10000 | 1001101 |
Color Harmonies of #CABCCE
Complementary color
Monochromatic Colors of #CABCCE
Black with #CABCCE
Text Example
Text Example
White with #CABCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCCE; }
p { color: rgb(202,188,206); }
H1.HeaderClassName
{
color: #CABCCE;
}
.AnyTagClassName
{
color: #CABCCE;
}
</style>
background-color css
<style>
a { background-color: #CABCCE; }
a { background-color: rgb(202,188,206); }
div.DivClassName
{
background-color: #CABCCE;
}
.BgClassName
{
background-color: #CABCCE;
}
</style>
border-color css
<style>
span { border-color: #CABCCE; }
span { border-color: rgb(202,188,206); }
td.TdClassName
{
border-color: #CABCCE;
}
.TagClassName
{
border-color: #CABCCE;
}
</style>