Shades of Prelude #CABFCE
Tints of Prelude #CABFCE
RGB
CMYK
RGB Variations
Color information
#CABFCE (or 0xCABFCE) is known color: Prelude. HEX triplet: CA, BF and CE. RGB value is (202,191,206). Sum of RGB (Red+Green+Blue) = 202+191+206=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #CABFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFCE is #354031. Grayscale: #C3C3C3. Windows color (decimal): -3489842 or 13549514. OLE color: 13549514.
HSL color Cylindrical-coordinate representation of color #CABFCE: hue angle of 284º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABFCE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 191 | 206 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.19 |
| HSL | 284º | 0.13% | 0.78% | - |
| HSV(B) | 284º | 0.07% | 0.81% | - |
| XYZ | 54.13 | 54.27 | 66.02 | - |
| YUV | 196 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 206 | 0.02 | 0.07 | 0 | 0.19 | 284 | 0.13 | 0.78 |
| Hex | CA | BF | CE | 2 | 7 | 0 | 13 | 11C | D | 4E |
| Octal | 312 | 277 | 316 | 2 | 7 | 0 | 23 | 434 | 15 | 116 |
| Binary | 11001010 | 10111111 | 11001110 | 10 | 111 | 0 | 10011 | 100011100 | 1101 | 1001110 |
Color Harmonies of #CABFCE
Complementary color
Monochromatic Colors of #CABFCE
Black with #CABFCE
Text Example
Text Example
White with #CABFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFCE; }
p { color: rgb(202,191,206); }
H1.HeaderClassName
{
color: #CABFCE;
}
.AnyTagClassName
{
color: #CABFCE;
}
</style>
background-color css
<style>
a { background-color: #CABFCE; }
a { background-color: rgb(202,191,206); }
div.DivClassName
{
background-color: #CABFCE;
}
.BgClassName
{
background-color: #CABFCE;
}
</style>
border-color css
<style>
span { border-color: #CABFCE; }
span { border-color: rgb(202,191,206); }
td.TdClassName
{
border-color: #CABFCE;
}
.TagClassName
{
border-color: #CABFCE;
}
</style>