Shades of Prelude #CFBDD4
Tints of Prelude #CFBDD4
RGB
CMYK
RGB Variations
Color information
#CFBDD4 (or 0xCFBDD4) is known color: Prelude. HEX triplet: CF, BD and D4. RGB value is (207,189,212). Sum of RGB (Red+Green+Blue) = 207+189+212=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #CFBDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD4 is #30422B. Grayscale: #C4C4C4. Windows color (decimal): -3162668 or 13942223. OLE color: 13942223.
HSL color Cylindrical-coordinate representation of color #CFBDD4: hue angle of 286.96º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFBDD4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 189 | 212 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.17 |
| HSL | 286.96º | 0.21% | 0.79% | - |
| HSV(B) | 286.96º | 0.11% | 0.83% | - |
| XYZ | 55.81 | 54.41 | 69.85 | - |
| YUV | 197 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 212 | 0.02 | 0.11 | 0 | 0.17 | 286.96 | 0.21 | 0.79 |
| Hex | CF | BD | D4 | 2 | B | 0 | 11 | 11F | 15 | 4F |
| Octal | 317 | 275 | 324 | 2 | 13 | 0 | 21 | 437 | 25 | 117 |
| Binary | 11001111 | 10111101 | 11010100 | 10 | 1011 | 0 | 10001 | 100011111 | 10101 | 1001111 |
Color Harmonies of #CFBDD4
Complementary color
Monochromatic Colors of #CFBDD4
Black with #CFBDD4
Text Example
Text Example
White with #CFBDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDD4; }
p { color: rgb(207,189,212); }
H1.HeaderClassName
{
color: #CFBDD4;
}
.AnyTagClassName
{
color: #CFBDD4;
}
</style>
background-color css
<style>
a { background-color: #CFBDD4; }
a { background-color: rgb(207,189,212); }
div.DivClassName
{
background-color: #CFBDD4;
}
.BgClassName
{
background-color: #CFBDD4;
}
</style>
border-color css
<style>
span { border-color: #CFBDD4; }
span { border-color: rgb(207,189,212); }
td.TdClassName
{
border-color: #CFBDD4;
}
.TagClassName
{
border-color: #CFBDD4;
}
</style>