Shades of Prelude #CAC2CE
Tints of Prelude #CAC2CE
RGB
CMYK
RGB Variations
Color information
#CAC2CE (or 0xCAC2CE) is known color: Prelude. HEX triplet: CA, C2 and CE. RGB value is (202,194,206). Sum of RGB (Red+Green+Blue) = 202+194+206=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2CE is #353D31. Grayscale: #C5C5C5. Windows color (decimal): -3489074 or 13550282. OLE color: 13550282.
HSL color Cylindrical-coordinate representation of color #CAC2CE: hue angle of 280º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC2CE is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 194 | 206 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.19 |
| HSL | 280º | 0.11% | 0.78% | - |
| HSV(B) | 280º | 0.06% | 0.81% | - |
| XYZ | 54.79 | 55.6 | 66.24 | - |
| YUV | 197.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 206 | 0.02 | 0.06 | 0 | 0.19 | 280 | 0.11 | 0.78 |
| Hex | CA | C2 | CE | 2 | 6 | 0 | 13 | 118 | B | 4E |
| Octal | 312 | 302 | 316 | 2 | 6 | 0 | 23 | 430 | 13 | 116 |
| Binary | 11001010 | 11000010 | 11001110 | 10 | 110 | 0 | 10011 | 100011000 | 1011 | 1001110 |
Color Harmonies of #CAC2CE
Complementary color
Monochromatic Colors of #CAC2CE
Black with #CAC2CE
Text Example
Text Example
White with #CAC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2CE; }
p { color: rgb(202,194,206); }
H1.HeaderClassName
{
color: #CAC2CE;
}
.AnyTagClassName
{
color: #CAC2CE;
}
</style>
background-color css
<style>
a { background-color: #CAC2CE; }
a { background-color: rgb(202,194,206); }
div.DivClassName
{
background-color: #CAC2CE;
}
.BgClassName
{
background-color: #CAC2CE;
}
</style>
border-color css
<style>
span { border-color: #CAC2CE; }
span { border-color: rgb(202,194,206); }
td.TdClassName
{
border-color: #CAC2CE;
}
.TagClassName
{
border-color: #CAC2CE;
}
</style>