Shades of Prelude #CCBFD2
Tints of Prelude #CCBFD2
RGB
CMYK
RGB Variations
Color information
#CCBFD2 (or 0xCCBFD2) is known color: Prelude. HEX triplet: CC, BF and D2. RGB value is (204,191,210). Sum of RGB (Red+Green+Blue) = 204+191+210=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD2 is #33402D. Grayscale: #C4C4C4. Windows color (decimal): -3358766 or 13811660. OLE color: 13811660.
HSL color Cylindrical-coordinate representation of color #CCBFD2: hue angle of 281.05º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBFD2 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 191 | 210 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.18 |
| HSL | 281.05º | 0.17% | 0.79% | - |
| HSV(B) | 281.05º | 0.09% | 0.82% | - |
| XYZ | 55.17 | 54.75 | 68.63 | - |
| YUV | 197.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 210 | 0.03 | 0.09 | 0 | 0.18 | 281.05 | 0.17 | 0.79 |
| Hex | CC | BF | D2 | 3 | 9 | 0 | 12 | 119 | 11 | 4F |
| Octal | 314 | 277 | 322 | 3 | 11 | 0 | 22 | 431 | 21 | 117 |
| Binary | 11001100 | 10111111 | 11010010 | 11 | 1001 | 0 | 10010 | 100011001 | 10001 | 1001111 |
Color Harmonies of #CCBFD2
Complementary color
Monochromatic Colors of #CCBFD2
Black with #CCBFD2
Text Example
Text Example
White with #CCBFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD2; }
p { color: rgb(204,191,210); }
H1.HeaderClassName
{
color: #CCBFD2;
}
.AnyTagClassName
{
color: #CCBFD2;
}
</style>
background-color css
<style>
a { background-color: #CCBFD2; }
a { background-color: rgb(204,191,210); }
div.DivClassName
{
background-color: #CCBFD2;
}
.BgClassName
{
background-color: #CCBFD2;
}
</style>
border-color css
<style>
span { border-color: #CCBFD2; }
span { border-color: rgb(204,191,210); }
td.TdClassName
{
border-color: #CCBFD2;
}
.TagClassName
{
border-color: #CCBFD2;
}
</style>