Shades of Prelude #CCBFD8
Tints of Prelude #CCBFD8
RGB
CMYK
RGB Variations
Color information
#CCBFD8 (or 0xCCBFD8) is known color: Prelude. HEX triplet: CC, BF and D8. RGB value is (204,191,216). Sum of RGB (Red+Green+Blue) = 204+191+216=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #CCBFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD8 is #334027. Grayscale: #C5C5C5. Windows color (decimal): -3358760 or 14204876. OLE color: 14204876.
HSL color Cylindrical-coordinate representation of color #CCBFD8: hue angle of 271.2º degrees, saturation: 0.24, 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 #CCBFD8 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 191 | 216 | - |
CMYK | 0.06 | 0.12 | 0 | 0.15 |
HSL | 271.2º | 0.24% | 0.8% | - |
HSV(B) | 271.2º | 0.12% | 0.85% | - |
XYZ | 55.93 | 55.06 | 72.65 | - |
YUV | 197.74 | 138.31 | 132.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 216 | 0.06 | 0.12 | 0 | 0.15 | 271.2 | 0.24 | 0.8 |
Hex | CC | BF | D8 | 6 | C | 0 | F | 10F | 18 | 50 |
Octal | 314 | 277 | 330 | 6 | 14 | 0 | 17 | 417 | 30 | 120 |
Binary | 11001100 | 10111111 | 11011000 | 110 | 1100 | 0 | 1111 | 100001111 | 11000 | 1010000 |
Color Harmonies of #CCBFD8
Complementary color
Monochromatic Colors of #CCBFD8
Black with #CCBFD8
Text Example
Text Example
White with #CCBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD8; }
p { color: rgb(204,191,216); }
H1.HeaderClassName
{
color: #CCBFD8;
}
.AnyTagClassName
{
color: #CCBFD8;
}
</style>
background-color css
<style>
a { background-color: #CCBFD8; }
a { background-color: rgb(204,191,216); }
div.DivClassName
{
background-color: #CCBFD8;
}
.BgClassName
{
background-color: #CCBFD8;
}
</style>
border-color css
<style>
span { border-color: #CCBFD8; }
span { border-color: rgb(204,191,216); }
td.TdClassName
{
border-color: #CCBFD8;
}
.TagClassName
{
border-color: #CCBFD8;
}
</style>