Shades of Prelude #CFB2DA
Tints of Prelude #CFB2DA
RGB
CMYK
RGB Variations
Color information
#CFB2DA (or 0xCFB2DA) is known color: Prelude. HEX triplet: CF, B2 and DA. RGB value is (207,178,218). Sum of RGB (Red+Green+Blue) = 207+178+218=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2DA is #304D25. Grayscale: #BFBFBF. Windows color (decimal): -3165478 or 14332623. OLE color: 14332623.
HSL color Cylindrical-coordinate representation of color #CFB2DA: hue angle of 283.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFB2DA is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 178 | 218 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.15 |
| HSL | 283.5º | 0.35% | 0.78% | - |
| HSV(B) | 283.5º | 0.18% | 0.85% | - |
| XYZ | 54.31 | 50.17 | 73.15 | - |
| YUV | 191.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 218 | 0.05 | 0.18 | 0 | 0.15 | 283.5 | 0.35 | 0.78 |
| Hex | CF | B2 | DA | 5 | 12 | 0 | F | 11C | 23 | 4E |
| Octal | 317 | 262 | 332 | 5 | 22 | 0 | 17 | 434 | 43 | 116 |
| Binary | 11001111 | 10110010 | 11011010 | 101 | 10010 | 0 | 1111 | 100011100 | 100011 | 1001110 |
Color Harmonies of #CFB2DA
Complementary color
Monochromatic Colors of #CFB2DA
Black with #CFB2DA
Text Example
Text Example
White with #CFB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB2DA; }
p { color: rgb(207,178,218); }
H1.HeaderClassName
{
color: #CFB2DA;
}
.AnyTagClassName
{
color: #CFB2DA;
}
</style>
background-color css
<style>
a { background-color: #CFB2DA; }
a { background-color: rgb(207,178,218); }
div.DivClassName
{
background-color: #CFB2DA;
}
.BgClassName
{
background-color: #CFB2DA;
}
</style>
border-color css
<style>
span { border-color: #CFB2DA; }
span { border-color: rgb(207,178,218); }
td.TdClassName
{
border-color: #CFB2DA;
}
.TagClassName
{
border-color: #CFB2DA;
}
</style>