Shades of Prelude #CFC1DA
Tints of Prelude #CFC1DA
RGB
CMYK
RGB Variations
Color information
#CFC1DA (or 0xCFC1DA) is known color: Prelude. HEX triplet: CF, C1 and DA. RGB value is (207,193,218). Sum of RGB (Red+Green+Blue) = 207+193+218=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 193 (75.78% from 255 or 31.23% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC1DA is #303E25. Grayscale: #C7C7C7. Windows color (decimal): -3161638 or 14336463. OLE color: 14336463.
HSL color Cylindrical-coordinate representation of color #CFC1DA: hue angle of 273.6º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFC1DA is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 193 | 218 | - |
CMYK | 0.05 | 0.11 | 0 | 0.15 |
HSL | 273.6º | 0.25% | 0.81% | - |
HSV(B) | 273.6º | 0.11% | 0.85% | - |
XYZ | 57.46 | 56.47 | 74.2 | - |
YUV | 200.04 | 138.14 | 132.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 193 | 218 | 0.05 | 0.11 | 0 | 0.15 | 273.6 | 0.25 | 0.81 |
Hex | CF | C1 | DA | 5 | B | 0 | F | 112 | 19 | 51 |
Octal | 317 | 301 | 332 | 5 | 13 | 0 | 17 | 422 | 31 | 121 |
Binary | 11001111 | 11000001 | 11011010 | 101 | 1011 | 0 | 1111 | 100010010 | 11001 | 1010001 |
Color Harmonies of #CFC1DA
Complementary color
Monochromatic Colors of #CFC1DA
Black with #CFC1DA
Text Example
Text Example
White with #CFC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC1DA; }
p { color: rgb(207,193,218); }
H1.HeaderClassName
{
color: #CFC1DA;
}
.AnyTagClassName
{
color: #CFC1DA;
}
</style>
background-color css
<style>
a { background-color: #CFC1DA; }
a { background-color: rgb(207,193,218); }
div.DivClassName
{
background-color: #CFC1DA;
}
.BgClassName
{
background-color: #CFC1DA;
}
</style>
border-color css
<style>
span { border-color: #CFC1DA; }
span { border-color: rgb(207,193,218); }
td.TdClassName
{
border-color: #CFC1DA;
}
.TagClassName
{
border-color: #CFC1DA;
}
</style>