Shades of Prelude #CCBFD4
Tints of Prelude #CCBFD4
RGB
CMYK
RGB Variations
Color information
#CCBFD4 (or 0xCCBFD4) is known color: Prelude. HEX triplet: CC, BF and D4. RGB value is (204,191,212). Sum of RGB (Red+Green+Blue) = 204+191+212=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD4 is #33402B. Grayscale: #C5C5C5. Windows color (decimal): -3358764 or 13942732. OLE color: 13942732.
HSL color Cylindrical-coordinate representation of color #CCBFD4: hue angle of 277.14º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBFD4 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 191 | 212 | - |
CMYK | 0.04 | 0.10 | 0 | 0.17 |
HSL | 277.14º | 0.2% | 0.79% | - |
HSV(B) | 277.14º | 0.1% | 0.83% | - |
XYZ | 55.42 | 54.85 | 69.95 | - |
YUV | 197.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 212 | 0.04 | 0.10 | 0 | 0.17 | 277.14 | 0.2 | 0.79 |
Hex | CC | BF | D4 | 4 | A | 0 | 11 | 115 | 14 | 4F |
Octal | 314 | 277 | 324 | 4 | 12 | 0 | 21 | 425 | 24 | 117 |
Binary | 11001100 | 10111111 | 11010100 | 100 | 1010 | 0 | 10001 | 100010101 | 10100 | 1001111 |
Color Harmonies of #CCBFD4
Complementary color
Monochromatic Colors of #CCBFD4
Black with #CCBFD4
Text Example
Text Example
White with #CCBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD4; }
p { color: rgb(204,191,212); }
H1.HeaderClassName
{
color: #CCBFD4;
}
.AnyTagClassName
{
color: #CCBFD4;
}
</style>
background-color css
<style>
a { background-color: #CCBFD4; }
a { background-color: rgb(204,191,212); }
div.DivClassName
{
background-color: #CCBFD4;
}
.BgClassName
{
background-color: #CCBFD4;
}
</style>
border-color css
<style>
span { border-color: #CCBFD4; }
span { border-color: rgb(204,191,212); }
td.TdClassName
{
border-color: #CCBFD4;
}
.TagClassName
{
border-color: #CCBFD4;
}
</style>