Shades of Prelude #CCB4D1
Tints of Prelude #CCB4D1
RGB
CMYK
RGB Variations
Color information
#CCB4D1 (or 0xCCB4D1) is known color: Prelude. HEX triplet: CC, B4 and D1. RGB value is (204,180,209). Sum of RGB (Red+Green+Blue) = 204+180+209=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCB4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4D1 is #334B2E. Grayscale: #BEBEBE. Windows color (decimal): -3361583 or 13743308. OLE color: 13743308.
HSL color Cylindrical-coordinate representation of color #CCB4D1: hue angle of 289.66º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB4D1 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 180 | 209 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.18 |
| HSL | 289.66º | 0.24% | 0.76% | - |
| HSV(B) | 289.66º | 0.14% | 0.82% | - |
| XYZ | 52.73 | 50.08 | 67.21 | - |
| YUV | 190.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 209 | 0.02 | 0.14 | 0 | 0.18 | 289.66 | 0.24 | 0.76 |
| Hex | CC | B4 | D1 | 2 | E | 0 | 12 | 122 | 18 | 4C |
| Octal | 314 | 264 | 321 | 2 | 16 | 0 | 22 | 442 | 30 | 114 |
| Binary | 11001100 | 10110100 | 11010001 | 10 | 1110 | 0 | 10010 | 100100010 | 11000 | 1001100 |
Color Harmonies of #CCB4D1
Complementary color
Monochromatic Colors of #CCB4D1
Black with #CCB4D1
Text Example
Text Example
White with #CCB4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB4D1; }
p { color: rgb(204,180,209); }
H1.HeaderClassName
{
color: #CCB4D1;
}
.AnyTagClassName
{
color: #CCB4D1;
}
</style>
background-color css
<style>
a { background-color: #CCB4D1; }
a { background-color: rgb(204,180,209); }
div.DivClassName
{
background-color: #CCB4D1;
}
.BgClassName
{
background-color: #CCB4D1;
}
</style>
border-color css
<style>
span { border-color: #CCB4D1; }
span { border-color: rgb(204,180,209); }
td.TdClassName
{
border-color: #CCB4D1;
}
.TagClassName
{
border-color: #CCB4D1;
}
</style>