Shades of Prelude #CCC4D2
Tints of Prelude #CCC4D2
RGB
CMYK
RGB Variations
Color information
#CCC4D2 (or 0xCCC4D2) is known color: Prelude. HEX triplet: CC, C4 and D2. RGB value is (204,196,210). Sum of RGB (Red+Green+Blue) = 204+196+210=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 196 (76.95% from 255 or 32.13% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4D2 is #333B2D. Grayscale: #C7C7C7. Windows color (decimal): -3357486 or 13812940. OLE color: 13812940.
HSL color Cylindrical-coordinate representation of color #CCC4D2: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCC4D2 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 196 | 210 | - |
CMYK | 0.03 | 0.07 | 0 | 0.18 |
HSL | 274.29º | 0.13% | 0.8% | - |
HSV(B) | 274.29º | 0.07% | 0.82% | - |
XYZ | 56.27 | 56.97 | 69 | - |
YUV | 199.99 | 133.65 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 196 | 210 | 0.03 | 0.07 | 0 | 0.18 | 274.29 | 0.13 | 0.8 |
Hex | CC | C4 | D2 | 3 | 7 | 0 | 12 | 112 | D | 50 |
Octal | 314 | 304 | 322 | 3 | 7 | 0 | 22 | 422 | 15 | 120 |
Binary | 11001100 | 11000100 | 11010010 | 11 | 111 | 0 | 10010 | 100010010 | 1101 | 1010000 |
Color Harmonies of #CCC4D2
Complementary color
Monochromatic Colors of #CCC4D2
Black with #CCC4D2
Text Example
Text Example
White with #CCC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC4D2; }
p { color: rgb(204,196,210); }
H1.HeaderClassName
{
color: #CCC4D2;
}
.AnyTagClassName
{
color: #CCC4D2;
}
</style>
background-color css
<style>
a { background-color: #CCC4D2; }
a { background-color: rgb(204,196,210); }
div.DivClassName
{
background-color: #CCC4D2;
}
.BgClassName
{
background-color: #CCC4D2;
}
</style>
border-color css
<style>
span { border-color: #CCC4D2; }
span { border-color: rgb(204,196,210); }
td.TdClassName
{
border-color: #CCC4D2;
}
.TagClassName
{
border-color: #CCC4D2;
}
</style>