Shades of Prelude #CFC2D3
Tints of Prelude #CFC2D3
RGB
CMYK
RGB Variations
Color information
#CFC2D3 (or 0xCFC2D3) is known color: Prelude. HEX triplet: CF, C2 and D3. RGB value is (207,194,211). Sum of RGB (Red+Green+Blue) = 207+194+211=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 211 - color contains mainly: blue. Hex color #CFC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC2D3 is #303D2C. Grayscale: #C7C7C7. Windows color (decimal): -3161389 or 13877967. OLE color: 13877967.
HSL color Cylindrical-coordinate representation of color #CFC2D3: hue angle of 285.88º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFC2D3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 207 | 194 | 211 | - |
CMYK | 0.02 | 0.08 | 0 | 0.17 |
HSL | 285.88º | 0.16% | 0.79% | - |
HSV(B) | 285.88º | 0.08% | 0.83% | - |
XYZ | 56.78 | 56.55 | 69.55 | - |
YUV | 199.83 | 134.31 | 133.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 194 | 211 | 0.02 | 0.08 | 0 | 0.17 | 285.88 | 0.16 | 0.79 |
Hex | CF | C2 | D3 | 2 | 8 | 0 | 11 | 11E | 10 | 4F |
Octal | 317 | 302 | 323 | 2 | 10 | 0 | 21 | 436 | 20 | 117 |
Binary | 11001111 | 11000010 | 11010011 | 10 | 1000 | 0 | 10001 | 100011110 | 10000 | 1001111 |
Color Harmonies of #CFC2D3
Complementary color
Monochromatic Colors of #CFC2D3
Black with #CFC2D3
Text Example
Text Example
White with #CFC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC2D3; }
p { color: rgb(207,194,211); }
H1.HeaderClassName
{
color: #CFC2D3;
}
.AnyTagClassName
{
color: #CFC2D3;
}
</style>
background-color css
<style>
a { background-color: #CFC2D3; }
a { background-color: rgb(207,194,211); }
div.DivClassName
{
background-color: #CFC2D3;
}
.BgClassName
{
background-color: #CFC2D3;
}
</style>
border-color css
<style>
span { border-color: #CFC2D3; }
span { border-color: rgb(207,194,211); }
td.TdClassName
{
border-color: #CFC2D3;
}
.TagClassName
{
border-color: #CFC2D3;
}
</style>