Shades of Prelude #CCBFD9
Tints of Prelude #CCBFD9
RGB
CMYK
RGB Variations
Color information
#CCBFD9 (or 0xCCBFD9) is known color: Prelude. HEX triplet: CC, BF and D9. RGB value is (204,191,217). Sum of RGB (Red+Green+Blue) = 204+191+217=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCBFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD9 is #334026. Grayscale: #C5C5C5. Windows color (decimal): -3358759 or 14270412. OLE color: 14270412.
HSL color Cylindrical-coordinate representation of color #CCBFD9: hue angle of 270º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBFD9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 191 | 217 | - |
CMYK | 0.06 | 0.12 | 0 | 0.15 |
HSL | 270º | 0.25% | 0.8% | - |
HSV(B) | 270º | 0.12% | 0.85% | - |
XYZ | 56.06 | 55.11 | 73.33 | - |
YUV | 197.85 | 138.81 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 217 | 0.06 | 0.12 | 0 | 0.15 | 270 | 0.25 | 0.8 |
Hex | CC | BF | D9 | 6 | C | 0 | F | 10E | 19 | 50 |
Octal | 314 | 277 | 331 | 6 | 14 | 0 | 17 | 416 | 31 | 120 |
Binary | 11001100 | 10111111 | 11011001 | 110 | 1100 | 0 | 1111 | 100001110 | 11001 | 1010000 |
Color Harmonies of #CCBFD9
Complementary color
Monochromatic Colors of #CCBFD9
Black with #CCBFD9
Text Example
Text Example
White with #CCBFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD9; }
p { color: rgb(204,191,217); }
H1.HeaderClassName
{
color: #CCBFD9;
}
.AnyTagClassName
{
color: #CCBFD9;
}
</style>
background-color css
<style>
a { background-color: #CCBFD9; }
a { background-color: rgb(204,191,217); }
div.DivClassName
{
background-color: #CCBFD9;
}
.BgClassName
{
background-color: #CCBFD9;
}
</style>
border-color css
<style>
span { border-color: #CCBFD9; }
span { border-color: rgb(204,191,217); }
td.TdClassName
{
border-color: #CCBFD9;
}
.TagClassName
{
border-color: #CCBFD9;
}
</style>