Shades of Prelude #CCC3CF
Tints of Prelude #CCC3CF
RGB
CMYK
RGB Variations
Color information
#CCC3CF (or 0xCCC3CF) is known color: Prelude. HEX triplet: CC, C3 and CF. RGB value is (204,195,207). Sum of RGB (Red+Green+Blue) = 204+195+207=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3CF is #333C30. Grayscale: #C7C7C7. Windows color (decimal): -3357745 or 13616076. OLE color: 13616076.
HSL color Cylindrical-coordinate representation of color #CCC3CF: hue angle of 285º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC3CF is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 195 | 207 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.19 |
| HSL | 285º | 0.11% | 0.79% | - |
| HSV(B) | 285º | 0.06% | 0.81% | - |
| XYZ | 55.68 | 56.37 | 66.98 | - |
| YUV | 199.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 207 | 0.01 | 0.06 | 0 | 0.19 | 285 | 0.11 | 0.79 |
| Hex | CC | C3 | CF | 1 | 6 | 0 | 13 | 11D | B | 4F |
| Octal | 314 | 303 | 317 | 1 | 6 | 0 | 23 | 435 | 13 | 117 |
| Binary | 11001100 | 11000011 | 11001111 | 1 | 110 | 0 | 10011 | 100011101 | 1011 | 1001111 |
Color Harmonies of #CCC3CF
Complementary color
Monochromatic Colors of #CCC3CF
Black with #CCC3CF
Text Example
Text Example
White with #CCC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC3CF; }
p { color: rgb(204,195,207); }
H1.HeaderClassName
{
color: #CCC3CF;
}
.AnyTagClassName
{
color: #CCC3CF;
}
</style>
background-color css
<style>
a { background-color: #CCC3CF; }
a { background-color: rgb(204,195,207); }
div.DivClassName
{
background-color: #CCC3CF;
}
.BgClassName
{
background-color: #CCC3CF;
}
</style>
border-color css
<style>
span { border-color: #CCC3CF; }
span { border-color: rgb(204,195,207); }
td.TdClassName
{
border-color: #CCC3CF;
}
.TagClassName
{
border-color: #CCC3CF;
}
</style>