Shades of Prelude #CCC7CF
Tints of Prelude #CCC7CF
RGB
CMYK
RGB Variations
Color information
#CCC7CF (or 0xCCC7CF) is known color: Prelude. HEX triplet: CC, C7 and CF. RGB value is (204,199,207). Sum of RGB (Red+Green+Blue) = 204+199+207=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCC7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC7CF is #333830. Grayscale: #C9C9C9. Windows color (decimal): -3356721 or 13617100. OLE color: 13617100.
HSL color Cylindrical-coordinate representation of color #CCC7CF: hue angle of 277.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCC7CF is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 199 | 207 | - |
CMYK | 0.01 | 0.04 | 0 | 0.19 |
HSL | 277.5º | 0.08% | 0.8% | - |
HSV(B) | 277.5º | 0.04% | 0.81% | - |
XYZ | 56.59 | 58.19 | 67.28 | - |
YUV | 201.41 | 131.16 | 129.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 199 | 207 | 0.01 | 0.04 | 0 | 0.19 | 277.5 | 0.08 | 0.8 |
Hex | CC | C7 | CF | 1 | 4 | 0 | 13 | 116 | 8 | 50 |
Octal | 314 | 307 | 317 | 1 | 4 | 0 | 23 | 426 | 10 | 120 |
Binary | 11001100 | 11000111 | 11001111 | 1 | 100 | 0 | 10011 | 100010110 | 1000 | 1010000 |
Color Harmonies of #CCC7CF
Complementary color
Monochromatic Colors of #CCC7CF
Black with #CCC7CF
Text Example
Text Example
White with #CCC7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7CF; }
p { color: rgb(204,199,207); }
H1.HeaderClassName
{
color: #CCC7CF;
}
.AnyTagClassName
{
color: #CCC7CF;
}
</style>
background-color css
<style>
a { background-color: #CCC7CF; }
a { background-color: rgb(204,199,207); }
div.DivClassName
{
background-color: #CCC7CF;
}
.BgClassName
{
background-color: #CCC7CF;
}
</style>
border-color css
<style>
span { border-color: #CCC7CF; }
span { border-color: rgb(204,199,207); }
td.TdClassName
{
border-color: #CCC7CF;
}
.TagClassName
{
border-color: #CCC7CF;
}
</style>