Shades of Prelude #CFBDD3
Tints of Prelude #CFBDD3
RGB
CMYK
RGB Variations
Color information
#CFBDD3 (or 0xCFBDD3) is known color: Prelude. HEX triplet: CF, BD and D3. RGB value is (207,189,211). Sum of RGB (Red+Green+Blue) = 207+189+211=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFBDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD3 is #30422C. Grayscale: #C4C4C4. Windows color (decimal): -3162669 or 13876687. OLE color: 13876687.
HSL color Cylindrical-coordinate representation of color #CFBDD3: hue angle of 289.09º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBDD3 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 189 | 211 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.17 |
| HSL | 289.09º | 0.2% | 0.78% | - |
| HSV(B) | 289.09º | 0.1% | 0.83% | - |
| XYZ | 55.69 | 54.36 | 69.19 | - |
| YUV | 196.89 | 135.96 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 211 | 0.02 | 0.10 | 0 | 0.17 | 289.09 | 0.2 | 0.78 |
| Hex | CF | BD | D3 | 2 | A | 0 | 11 | 121 | 14 | 4E |
| Octal | 317 | 275 | 323 | 2 | 12 | 0 | 21 | 441 | 24 | 116 |
| Binary | 11001111 | 10111101 | 11010011 | 10 | 1010 | 0 | 10001 | 100100001 | 10100 | 1001110 |
Color Harmonies of #CFBDD3
Complementary color
Monochromatic Colors of #CFBDD3
Black with #CFBDD3
Text Example
Text Example
White with #CFBDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDD3; }
p { color: rgb(207,189,211); }
H1.HeaderClassName
{
color: #CFBDD3;
}
.AnyTagClassName
{
color: #CFBDD3;
}
</style>
background-color css
<style>
a { background-color: #CFBDD3; }
a { background-color: rgb(207,189,211); }
div.DivClassName
{
background-color: #CFBDD3;
}
.BgClassName
{
background-color: #CFBDD3;
}
</style>
border-color css
<style>
span { border-color: #CFBDD3; }
span { border-color: rgb(207,189,211); }
td.TdClassName
{
border-color: #CFBDD3;
}
.TagClassName
{
border-color: #CFBDD3;
}
</style>