Shades of Prelude #CCB8D5
Tints of Prelude #CCB8D5
RGB
CMYK
RGB Variations
Color information
#CCB8D5 (or 0xCCB8D5) is known color: Prelude. HEX triplet: CC, B8 and D5. RGB value is (204,184,213). Sum of RGB (Red+Green+Blue) = 204+184+213=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8D5 is #33472A. Grayscale: #C1C1C1. Windows color (decimal): -3360555 or 14006476. OLE color: 14006476.
HSL color Cylindrical-coordinate representation of color #CCB8D5: hue angle of 281.38º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCB8D5 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 184 | 213 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.16 |
| HSL | 281.38º | 0.26% | 0.78% | - |
| HSV(B) | 281.38º | 0.14% | 0.84% | - |
| XYZ | 54.05 | 51.92 | 70.12 | - |
| YUV | 193.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 213 | 0.04 | 0.14 | 0 | 0.16 | 281.38 | 0.26 | 0.78 |
| Hex | CC | B8 | D5 | 4 | E | 0 | 10 | 119 | 1A | 4E |
| Octal | 314 | 270 | 325 | 4 | 16 | 0 | 20 | 431 | 32 | 116 |
| Binary | 11001100 | 10111000 | 11010101 | 100 | 1110 | 0 | 10000 | 100011001 | 11010 | 1001110 |
Color Harmonies of #CCB8D5
Complementary color
Monochromatic Colors of #CCB8D5
Black with #CCB8D5
Text Example
Text Example
White with #CCB8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB8D5; }
p { color: rgb(204,184,213); }
H1.HeaderClassName
{
color: #CCB8D5;
}
.AnyTagClassName
{
color: #CCB8D5;
}
</style>
background-color css
<style>
a { background-color: #CCB8D5; }
a { background-color: rgb(204,184,213); }
div.DivClassName
{
background-color: #CCB8D5;
}
.BgClassName
{
background-color: #CCB8D5;
}
</style>
border-color css
<style>
span { border-color: #CCB8D5; }
span { border-color: rgb(204,184,213); }
td.TdClassName
{
border-color: #CCB8D5;
}
.TagClassName
{
border-color: #CCB8D5;
}
</style>