Shades of Prelude #CAC2CD
Tints of Prelude #CAC2CD
RGB
CMYK
RGB Variations
Color information
#CAC2CD (or 0xCAC2CD) is known color: Prelude. HEX triplet: CA, C2 and CD. RGB value is (202,194,205). Sum of RGB (Red+Green+Blue) = 202+194+205=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2CD is #353D32. Grayscale: #C5C5C5. Windows color (decimal): -3489075 or 13484746. OLE color: 13484746.
HSL color Cylindrical-coordinate representation of color #CAC2CD: hue angle of 283.64º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC2CD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 194 | 205 | - |
CMYK | 0.01 | 0.05 | 0 | 0.20 |
HSL | 283.64º | 0.1% | 0.78% | - |
HSV(B) | 283.64º | 0.05% | 0.8% | - |
XYZ | 54.67 | 55.55 | 65.6 | - |
YUV | 197.65 | 132.15 | 131.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 194 | 205 | 0.01 | 0.05 | 0 | 0.20 | 283.64 | 0.1 | 0.78 |
Hex | CA | C2 | CD | 1 | 5 | 0 | 14 | 11C | A | 4E |
Octal | 312 | 302 | 315 | 1 | 5 | 0 | 24 | 434 | 12 | 116 |
Binary | 11001010 | 11000010 | 11001101 | 1 | 101 | 0 | 10100 | 100011100 | 1010 | 1001110 |
Color Harmonies of #CAC2CD
Complementary color
Monochromatic Colors of #CAC2CD
Black with #CAC2CD
Text Example
Text Example
White with #CAC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2CD; }
p { color: rgb(202,194,205); }
H1.HeaderClassName
{
color: #CAC2CD;
}
.AnyTagClassName
{
color: #CAC2CD;
}
</style>
background-color css
<style>
a { background-color: #CAC2CD; }
a { background-color: rgb(202,194,205); }
div.DivClassName
{
background-color: #CAC2CD;
}
.BgClassName
{
background-color: #CAC2CD;
}
</style>
border-color css
<style>
span { border-color: #CAC2CD; }
span { border-color: rgb(202,194,205); }
td.TdClassName
{
border-color: #CAC2CD;
}
.TagClassName
{
border-color: #CAC2CD;
}
</style>