Shades of Prelude #CCBFD0
Tints of Prelude #CCBFD0
RGB
CMYK
RGB Variations
Color information
#CCBFD0 (or 0xCCBFD0) is known color: Prelude. HEX triplet: CC, BF and D0. RGB value is (204,191,208). Sum of RGB (Red+Green+Blue) = 204+191+208=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #CCBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD0 is #33402F. Grayscale: #C4C4C4. Windows color (decimal): -3358768 or 13680588. OLE color: 13680588.
HSL color Cylindrical-coordinate representation of color #CCBFD0: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBFD0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 191 | 208 | - |
CMYK | 0.02 | 0.08 | 0 | 0.18 |
HSL | 285.88º | 0.15% | 0.78% | - |
HSV(B) | 285.88º | 0.08% | 0.82% | - |
XYZ | 54.92 | 54.65 | 67.33 | - |
YUV | 196.83 | 134.31 | 133.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 208 | 0.02 | 0.08 | 0 | 0.18 | 285.88 | 0.15 | 0.78 |
Hex | CC | BF | D0 | 2 | 8 | 0 | 12 | 11E | F | 4E |
Octal | 314 | 277 | 320 | 2 | 10 | 0 | 22 | 436 | 17 | 116 |
Binary | 11001100 | 10111111 | 11010000 | 10 | 1000 | 0 | 10010 | 100011110 | 1111 | 1001110 |
Color Harmonies of #CCBFD0
Complementary color
Monochromatic Colors of #CCBFD0
Black with #CCBFD0
Text Example
Text Example
White with #CCBFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD0; }
p { color: rgb(204,191,208); }
H1.HeaderClassName
{
color: #CCBFD0;
}
.AnyTagClassName
{
color: #CCBFD0;
}
</style>
background-color css
<style>
a { background-color: #CCBFD0; }
a { background-color: rgb(204,191,208); }
div.DivClassName
{
background-color: #CCBFD0;
}
.BgClassName
{
background-color: #CCBFD0;
}
</style>
border-color css
<style>
span { border-color: #CCBFD0; }
span { border-color: rgb(204,191,208); }
td.TdClassName
{
border-color: #CCBFD0;
}
.TagClassName
{
border-color: #CCBFD0;
}
</style>