Shades of Prelude #CAC1CD
Tints of Prelude #CAC1CD
RGB
CMYK
RGB Variations
Color information
#CAC1CD (or 0xCAC1CD) is known color: Prelude. HEX triplet: CA, C1 and CD. RGB value is (202,193,205). Sum of RGB (Red+Green+Blue) = 202+193+205=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 193 (75.78% from 255 or 32.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #CAC1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1CD is #353E32. Grayscale: #C5C5C5. Windows color (decimal): -3489331 or 13484490. OLE color: 13484490.
HSL color Cylindrical-coordinate representation of color #CAC1CD: hue angle of 285º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC1CD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 193 | 205 | - |
CMYK | 0.01 | 0.06 | 0 | 0.20 |
HSL | 285º | 0.11% | 0.78% | - |
HSV(B) | 285º | 0.06% | 0.8% | - |
XYZ | 54.45 | 55.1 | 65.52 | - |
YUV | 197.06 | 132.48 | 131.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 205 | 0.01 | 0.06 | 0 | 0.20 | 285 | 0.11 | 0.78 |
Hex | CA | C1 | CD | 1 | 6 | 0 | 14 | 11D | B | 4E |
Octal | 312 | 301 | 315 | 1 | 6 | 0 | 24 | 435 | 13 | 116 |
Binary | 11001010 | 11000001 | 11001101 | 1 | 110 | 0 | 10100 | 100011101 | 1011 | 1001110 |
Color Harmonies of #CAC1CD
Complementary color
Monochromatic Colors of #CAC1CD
Black with #CAC1CD
Text Example
Text Example
White with #CAC1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1CD; }
p { color: rgb(202,193,205); }
H1.HeaderClassName
{
color: #CAC1CD;
}
.AnyTagClassName
{
color: #CAC1CD;
}
</style>
background-color css
<style>
a { background-color: #CAC1CD; }
a { background-color: rgb(202,193,205); }
div.DivClassName
{
background-color: #CAC1CD;
}
.BgClassName
{
background-color: #CAC1CD;
}
</style>
border-color css
<style>
span { border-color: #CAC1CD; }
span { border-color: rgb(202,193,205); }
td.TdClassName
{
border-color: #CAC1CD;
}
.TagClassName
{
border-color: #CAC1CD;
}
</style>