Shades of Prelude #CAC2CF
Tints of Prelude #CAC2CF
RGB
CMYK
RGB Variations
Color information
#CAC2CF (or 0xCAC2CF) is known color: Prelude. HEX triplet: CA, C2 and CF. RGB value is (202,194,207). Sum of RGB (Red+Green+Blue) = 202+194+207=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2CF is #353D30. Grayscale: #C5C5C5. Windows color (decimal): -3489073 or 13615818. OLE color: 13615818.
HSL color Cylindrical-coordinate representation of color #CAC2CF: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC2CF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 194 | 207 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.19 |
| HSL | 276.92º | 0.12% | 0.79% | - |
| HSV(B) | 276.92º | 0.06% | 0.81% | - |
| XYZ | 54.91 | 55.65 | 66.88 | - |
| YUV | 197.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 207 | 0.02 | 0.06 | 0 | 0.19 | 276.92 | 0.12 | 0.79 |
| Hex | CA | C2 | CF | 2 | 6 | 0 | 13 | 115 | C | 4F |
| Octal | 312 | 302 | 317 | 2 | 6 | 0 | 23 | 425 | 14 | 117 |
| Binary | 11001010 | 11000010 | 11001111 | 10 | 110 | 0 | 10011 | 100010101 | 1100 | 1001111 |
Color Harmonies of #CAC2CF
Complementary color
Monochromatic Colors of #CAC2CF
Black with #CAC2CF
Text Example
Text Example
White with #CAC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2CF; }
p { color: rgb(202,194,207); }
H1.HeaderClassName
{
color: #CAC2CF;
}
.AnyTagClassName
{
color: #CAC2CF;
}
</style>
background-color css
<style>
a { background-color: #CAC2CF; }
a { background-color: rgb(202,194,207); }
div.DivClassName
{
background-color: #CAC2CF;
}
.BgClassName
{
background-color: #CAC2CF;
}
</style>
border-color css
<style>
span { border-color: #CAC2CF; }
span { border-color: rgb(202,194,207); }
td.TdClassName
{
border-color: #CAC2CF;
}
.TagClassName
{
border-color: #CAC2CF;
}
</style>