Shades of Prelude #CCC1D4
Tints of Prelude #CCC1D4
RGB
CMYK
RGB Variations
Color information
#CCC1D4 (or 0xCCC1D4) is known color: Prelude. HEX triplet: CC, C1 and D4. RGB value is (204,193,212). Sum of RGB (Red+Green+Blue) = 204+193+212=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1D4 is #333E2B. Grayscale: #C6C6C6. Windows color (decimal): -3358252 or 13943244. OLE color: 13943244.
HSL color Cylindrical-coordinate representation of color #CCC1D4: hue angle of 274.74º degrees, saturation: 0.18, 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 #CCC1D4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 193 | 212 | - |
CMYK | 0.04 | 0.09 | 0 | 0.17 |
HSL | 274.74º | 0.18% | 0.79% | - |
HSV(B) | 274.74º | 0.09% | 0.83% | - |
XYZ | 55.86 | 55.73 | 70.1 | - |
YUV | 198.46 | 135.64 | 131.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 193 | 212 | 0.04 | 0.09 | 0 | 0.17 | 274.74 | 0.18 | 0.79 |
Hex | CC | C1 | D4 | 4 | 9 | 0 | 11 | 113 | 12 | 4F |
Octal | 314 | 301 | 324 | 4 | 11 | 0 | 21 | 423 | 22 | 117 |
Binary | 11001100 | 11000001 | 11010100 | 100 | 1001 | 0 | 10001 | 100010011 | 10010 | 1001111 |
Color Harmonies of #CCC1D4
Complementary color
Monochromatic Colors of #CCC1D4
Black with #CCC1D4
Text Example
Text Example
White with #CCC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC1D4; }
p { color: rgb(204,193,212); }
H1.HeaderClassName
{
color: #CCC1D4;
}
.AnyTagClassName
{
color: #CCC1D4;
}
</style>
background-color css
<style>
a { background-color: #CCC1D4; }
a { background-color: rgb(204,193,212); }
div.DivClassName
{
background-color: #CCC1D4;
}
.BgClassName
{
background-color: #CCC1D4;
}
</style>
border-color css
<style>
span { border-color: #CCC1D4; }
span { border-color: rgb(204,193,212); }
td.TdClassName
{
border-color: #CCC1D4;
}
.TagClassName
{
border-color: #CCC1D4;
}
</style>