Shades of Prelude #CCB4D4
Tints of Prelude #CCB4D4
RGB
CMYK
RGB Variations
Color information
#CCB4D4 (or 0xCCB4D4) is known color: Prelude. HEX triplet: CC, B4 and D4. RGB value is (204,180,212). Sum of RGB (Red+Green+Blue) = 204+180+212=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D4 is #334B2B. Grayscale: #BEBEBE. Windows color (decimal): -3361580 or 13939916. OLE color: 13939916.
HSL color Cylindrical-coordinate representation of color #CCB4D4: hue angle of 285º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB4D4 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 180 | 212 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.17 |
| HSL | 285º | 0.27% | 0.77% | - |
| HSV(B) | 285º | 0.15% | 0.83% | - |
| XYZ | 53.11 | 50.23 | 69.18 | - |
| YUV | 190.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 212 | 0.04 | 0.15 | 0 | 0.17 | 285 | 0.27 | 0.77 |
| Hex | CC | B4 | D4 | 4 | F | 0 | 11 | 11D | 1B | 4D |
| Octal | 314 | 264 | 324 | 4 | 17 | 0 | 21 | 435 | 33 | 115 |
| Binary | 11001100 | 10110100 | 11010100 | 100 | 1111 | 0 | 10001 | 100011101 | 11011 | 1001101 |
Color Harmonies of #CCB4D4
Complementary color
Monochromatic Colors of #CCB4D4
Black with #CCB4D4
Text Example
Text Example
White with #CCB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4D4; }
p { color: rgb(204,180,212); }
H1.HeaderClassName
{
color: #CCB4D4;
}
.AnyTagClassName
{
color: #CCB4D4;
}
</style>
background-color css
<style>
a { background-color: #CCB4D4; }
a { background-color: rgb(204,180,212); }
div.DivClassName
{
background-color: #CCB4D4;
}
.BgClassName
{
background-color: #CCB4D4;
}
</style>
border-color css
<style>
span { border-color: #CCB4D4; }
span { border-color: rgb(204,180,212); }
td.TdClassName
{
border-color: #CCB4D4;
}
.TagClassName
{
border-color: #CCB4D4;
}
</style>