Shades of Prelude #CCC8CD
Tints of Prelude #CCC8CD
RGB
CMYK
RGB Variations
Color information
#CCC8CD (or 0xCCC8CD) is known color: Prelude. HEX triplet: CC, C8 and CD. RGB value is (204,200,205). Sum of RGB (Red+Green+Blue) = 204+200+205=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8CD is #333732. Grayscale: #C9C9C9. Windows color (decimal): -3356467 or 13486284. OLE color: 13486284.
HSL color Cylindrical-coordinate representation of color #CCC8CD: hue angle of 288º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCC8CD is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 200 | 205 | - |
CMYK | 0.00 | 0.02 | 0 | 0.20 |
HSL | 288º | 0.05% | 0.79% | - |
HSV(B) | 288º | 0.02% | 0.8% | - |
XYZ | 56.58 | 58.55 | 66.08 | - |
YUV | 201.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 205 | 0.00 | 0.02 | 0 | 0.20 | 288 | 0.05 | 0.79 |
Hex | CC | C8 | CD | 0 | 2 | 0 | 14 | 120 | 5 | 4F |
Octal | 314 | 310 | 315 | 0 | 2 | 0 | 24 | 440 | 5 | 117 |
Binary | 11001100 | 11001000 | 11001101 | 0 | 10 | 0 | 10100 | 100100000 | 101 | 1001111 |
Color Harmonies of #CCC8CD
Complementary color
Monochromatic Colors of #CCC8CD
Black with #CCC8CD
Text Example
Text Example
White with #CCC8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8CD; }
p { color: rgb(204,200,205); }
H1.HeaderClassName
{
color: #CCC8CD;
}
.AnyTagClassName
{
color: #CCC8CD;
}
</style>
background-color css
<style>
a { background-color: #CCC8CD; }
a { background-color: rgb(204,200,205); }
div.DivClassName
{
background-color: #CCC8CD;
}
.BgClassName
{
background-color: #CCC8CD;
}
</style>
border-color css
<style>
span { border-color: #CCC8CD; }
span { border-color: rgb(204,200,205); }
td.TdClassName
{
border-color: #CCC8CD;
}
.TagClassName
{
border-color: #CCC8CD;
}
</style>