Shades of Prelude #CABFCC
Tints of Prelude #CABFCC
RGB
CMYK
RGB Variations
Color information
#CABFCC (or 0xCABFCC) is known color: Prelude. HEX triplet: CA, BF and CC. RGB value is (202,191,204). Sum of RGB (Red+Green+Blue) = 202+191+204=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: blue. Hex color #CABFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFCC is #354033. Grayscale: #C3C3C3. Windows color (decimal): -3489844 or 13418442. OLE color: 13418442.
HSL color Cylindrical-coordinate representation of color #CABFCC: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CABFCC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 191 | 204 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.2 |
| HSL | 290.77º | 0.11% | 0.77% | - |
| HSV(B) | 290.77º | 0.06% | 0.8% | - |
| XYZ | 53.89 | 54.18 | 64.74 | - |
| YUV | 195.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 204 | 0.01 | 0.06 | 0 | 0.2 | 290.77 | 0.11 | 0.77 |
| Hex | CA | BF | CC | 1 | 6 | 0 | 14 | 123 | B | 4D |
| Octal | 312 | 277 | 314 | 1 | 6 | 0 | 24 | 443 | 13 | 115 |
| Binary | 11001010 | 10111111 | 11001100 | 1 | 110 | 0 | 10100 | 100100011 | 1011 | 1001101 |
Color Harmonies of #CABFCC
Complementary color
Monochromatic Colors of #CABFCC
Black with #CABFCC
Text Example
Text Example
White with #CABFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFCC; }
p { color: rgb(202,191,204); }
H1.HeaderClassName
{
color: #CABFCC;
}
.AnyTagClassName
{
color: #CABFCC;
}
</style>
background-color css
<style>
a { background-color: #CABFCC; }
a { background-color: rgb(202,191,204); }
div.DivClassName
{
background-color: #CABFCC;
}
.BgClassName
{
background-color: #CABFCC;
}
</style>
border-color css
<style>
span { border-color: #CABFCC; }
span { border-color: rgb(202,191,204); }
td.TdClassName
{
border-color: #CABFCC;
}
.TagClassName
{
border-color: #CABFCC;
}
</style>