Shades of Prelude #CCBDD3
Tints of Prelude #CCBDD3
RGB
CMYK
RGB Variations
Color information
#CCBDD3 (or 0xCCBDD3) is known color: Prelude. HEX triplet: CC, BD and D3. RGB value is (204,189,211). Sum of RGB (Red+Green+Blue) = 204+189+211=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDD3 is #33422C. Grayscale: #C3C3C3. Windows color (decimal): -3359277 or 13876684. OLE color: 13876684.
HSL color Cylindrical-coordinate representation of color #CCBDD3: hue angle of 280.91º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBDD3 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 189 | 211 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.17 |
| HSL | 280.91º | 0.2% | 0.78% | - |
| HSV(B) | 280.91º | 0.1% | 0.83% | - |
| XYZ | 54.86 | 53.94 | 69.15 | - |
| YUV | 195.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 211 | 0.03 | 0.10 | 0 | 0.17 | 280.91 | 0.2 | 0.78 |
| Hex | CC | BD | D3 | 3 | A | 0 | 11 | 119 | 14 | 4E |
| Octal | 314 | 275 | 323 | 3 | 12 | 0 | 21 | 431 | 24 | 116 |
| Binary | 11001100 | 10111101 | 11010011 | 11 | 1010 | 0 | 10001 | 100011001 | 10100 | 1001110 |
Color Harmonies of #CCBDD3
Complementary color
Monochromatic Colors of #CCBDD3
Black with #CCBDD3
Text Example
Text Example
White with #CCBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDD3; }
p { color: rgb(204,189,211); }
H1.HeaderClassName
{
color: #CCBDD3;
}
.AnyTagClassName
{
color: #CCBDD3;
}
</style>
background-color css
<style>
a { background-color: #CCBDD3; }
a { background-color: rgb(204,189,211); }
div.DivClassName
{
background-color: #CCBDD3;
}
.BgClassName
{
background-color: #CCBDD3;
}
</style>
border-color css
<style>
span { border-color: #CCBDD3; }
span { border-color: rgb(204,189,211); }
td.TdClassName
{
border-color: #CCBDD3;
}
.TagClassName
{
border-color: #CCBDD3;
}
</style>