Shades of Prelude #CABCCF
Tints of Prelude #CABCCF
RGB
CMYK
RGB Variations
Color information
#CABCCF (or 0xCABCCF) is known color: Prelude. HEX triplet: CA, BC and CF. RGB value is (202,188,207). Sum of RGB (Red+Green+Blue) = 202+188+207=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #CABCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCCF is #354330. Grayscale: #C2C2C2. Windows color (decimal): -3490609 or 13614282. OLE color: 13614282.
HSL color Cylindrical-coordinate representation of color #CABCCF: hue angle of 284.21º degrees, saturation: 0.17, 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 #CABCCF is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 188 | 207 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.19 |
| HSL | 284.21º | 0.17% | 0.77% | - |
| HSV(B) | 284.21º | 0.09% | 0.81% | - |
| XYZ | 53.6 | 53.03 | 66.44 | - |
| YUV | 194.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 207 | 0.02 | 0.09 | 0 | 0.19 | 284.21 | 0.17 | 0.77 |
| Hex | CA | BC | CF | 2 | 9 | 0 | 13 | 11C | 11 | 4D |
| Octal | 312 | 274 | 317 | 2 | 11 | 0 | 23 | 434 | 21 | 115 |
| Binary | 11001010 | 10111100 | 11001111 | 10 | 1001 | 0 | 10011 | 100011100 | 10001 | 1001101 |
Color Harmonies of #CABCCF
Complementary color
Monochromatic Colors of #CABCCF
Black with #CABCCF
Text Example
Text Example
White with #CABCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCCF; }
p { color: rgb(202,188,207); }
H1.HeaderClassName
{
color: #CABCCF;
}
.AnyTagClassName
{
color: #CABCCF;
}
</style>
background-color css
<style>
a { background-color: #CABCCF; }
a { background-color: rgb(202,188,207); }
div.DivClassName
{
background-color: #CABCCF;
}
.BgClassName
{
background-color: #CABCCF;
}
</style>
border-color css
<style>
span { border-color: #CABCCF; }
span { border-color: rgb(202,188,207); }
td.TdClassName
{
border-color: #CABCCF;
}
.TagClassName
{
border-color: #CABCCF;
}
</style>