Shades of Prelude #CAC1D3
Tints of Prelude #CAC1D3
RGB
CMYK
RGB Variations
Color information
#CAC1D3 (or 0xCAC1D3) is known color: Prelude. HEX triplet: CA, C1 and D3. RGB value is (202,193,211). Sum of RGB (Red+Green+Blue) = 202+193+211=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 193 (75.78% from 255 or 31.85% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1D3 is #353E2C. Grayscale: #C5C5C5. Windows color (decimal): -3489325 or 13877706. OLE color: 13877706.
HSL color Cylindrical-coordinate representation of color #CAC1D3: hue angle of 270º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAC1D3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 193 | 211 | - |
CMYK | 0.04 | 0.09 | 0 | 0.17 |
HSL | 270º | 0.17% | 0.79% | - |
HSV(B) | 270º | 0.09% | 0.83% | - |
XYZ | 55.18 | 55.4 | 69.41 | - |
YUV | 197.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 211 | 0.04 | 0.09 | 0 | 0.17 | 270 | 0.17 | 0.79 |
Hex | CA | C1 | D3 | 4 | 9 | 0 | 11 | 10E | 11 | 4F |
Octal | 312 | 301 | 323 | 4 | 11 | 0 | 21 | 416 | 21 | 117 |
Binary | 11001010 | 11000001 | 11010011 | 100 | 1001 | 0 | 10001 | 100001110 | 10001 | 1001111 |
Color Harmonies of #CAC1D3
Complementary color
Monochromatic Colors of #CAC1D3
Black with #CAC1D3
Text Example
Text Example
White with #CAC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1D3; }
p { color: rgb(202,193,211); }
H1.HeaderClassName
{
color: #CAC1D3;
}
.AnyTagClassName
{
color: #CAC1D3;
}
</style>
background-color css
<style>
a { background-color: #CAC1D3; }
a { background-color: rgb(202,193,211); }
div.DivClassName
{
background-color: #CAC1D3;
}
.BgClassName
{
background-color: #CAC1D3;
}
</style>
border-color css
<style>
span { border-color: #CAC1D3; }
span { border-color: rgb(202,193,211); }
td.TdClassName
{
border-color: #CAC1D3;
}
.TagClassName
{
border-color: #CAC1D3;
}
</style>