Shades of Prelude #CCC2D3
Tints of Prelude #CCC2D3
RGB
CMYK
RGB Variations
Color information
#CCC2D3 (or 0xCCC2D3) is known color: Prelude. HEX triplet: CC, C2 and D3. RGB value is (204,194,211). Sum of RGB (Red+Green+Blue) = 204+194+211=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2D3 is #333D2C. Grayscale: #C6C6C6. Windows color (decimal): -3357997 or 13877964. OLE color: 13877964.
HSL color Cylindrical-coordinate representation of color #CCC2D3: hue angle of 275.29º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC2D3 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 194 | 211 | - |
CMYK | 0.03 | 0.08 | 0 | 0.17 |
HSL | 275.29º | 0.16% | 0.79% | - |
HSV(B) | 275.29º | 0.08% | 0.83% | - |
XYZ | 55.95 | 56.12 | 69.51 | - |
YUV | 198.93 | 134.81 | 131.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 211 | 0.03 | 0.08 | 0 | 0.17 | 275.29 | 0.16 | 0.79 |
Hex | CC | C2 | D3 | 3 | 8 | 0 | 11 | 113 | 10 | 4F |
Octal | 314 | 302 | 323 | 3 | 10 | 0 | 21 | 423 | 20 | 117 |
Binary | 11001100 | 11000010 | 11010011 | 11 | 1000 | 0 | 10001 | 100010011 | 10000 | 1001111 |
Color Harmonies of #CCC2D3
Complementary color
Monochromatic Colors of #CCC2D3
Black with #CCC2D3
Text Example
Text Example
White with #CCC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2D3; }
p { color: rgb(204,194,211); }
H1.HeaderClassName
{
color: #CCC2D3;
}
.AnyTagClassName
{
color: #CCC2D3;
}
</style>
background-color css
<style>
a { background-color: #CCC2D3; }
a { background-color: rgb(204,194,211); }
div.DivClassName
{
background-color: #CCC2D3;
}
.BgClassName
{
background-color: #CCC2D3;
}
</style>
border-color css
<style>
span { border-color: #CCC2D3; }
span { border-color: rgb(204,194,211); }
td.TdClassName
{
border-color: #CCC2D3;
}
.TagClassName
{
border-color: #CCC2D3;
}
</style>