Shades of Prelude #CAC4CE
Tints of Prelude #CAC4CE
RGB
CMYK
RGB Variations
Color information
#CAC4CE (or 0xCAC4CE) is known color: Prelude. HEX triplet: CA, C4 and CE. RGB value is (202,196,206). Sum of RGB (Red+Green+Blue) = 202+196+206=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 196 (76.95% from 255 or 32.45% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4CE is #353B31. Grayscale: #C6C6C6. Windows color (decimal): -3488562 or 13550794. OLE color: 13550794.
HSL color Cylindrical-coordinate representation of color #CAC4CE: hue angle of 276º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC4CE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 196 | 206 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.19 |
| HSL | 276º | 0.09% | 0.79% | - |
| HSV(B) | 276º | 0.05% | 0.81% | - |
| XYZ | 55.24 | 56.49 | 66.39 | - |
| YUV | 198.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 206 | 0.02 | 0.05 | 0 | 0.19 | 276 | 0.09 | 0.79 |
| Hex | CA | C4 | CE | 2 | 5 | 0 | 13 | 114 | 9 | 4F |
| Octal | 312 | 304 | 316 | 2 | 5 | 0 | 23 | 424 | 11 | 117 |
| Binary | 11001010 | 11000100 | 11001110 | 10 | 101 | 0 | 10011 | 100010100 | 1001 | 1001111 |
Color Harmonies of #CAC4CE
Complementary color
Monochromatic Colors of #CAC4CE
Black with #CAC4CE
Text Example
Text Example
White with #CAC4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4CE; }
p { color: rgb(202,196,206); }
H1.HeaderClassName
{
color: #CAC4CE;
}
.AnyTagClassName
{
color: #CAC4CE;
}
</style>
background-color css
<style>
a { background-color: #CAC4CE; }
a { background-color: rgb(202,196,206); }
div.DivClassName
{
background-color: #CAC4CE;
}
.BgClassName
{
background-color: #CAC4CE;
}
</style>
border-color css
<style>
span { border-color: #CAC4CE; }
span { border-color: rgb(202,196,206); }
td.TdClassName
{
border-color: #CAC4CE;
}
.TagClassName
{
border-color: #CAC4CE;
}
</style>