Shades of Prelude #CFCAD1
Tints of Prelude #CFCAD1
RGB
CMYK
RGB Variations
Color information
#CFCAD1 (or 0xCFCAD1) is known color: Prelude. HEX triplet: CF, CA and D1. RGB value is (207,202,209). Sum of RGB (Red+Green+Blue) = 207+202+209=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCAD1 is #30352E. Grayscale: #CCCCCC. Windows color (decimal): -3159343 or 13748943. OLE color: 13748943.
HSL color Cylindrical-coordinate representation of color #CFCAD1: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCAD1 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 207 | 202 | 209 | - |
CMYK | 0.01 | 0.03 | 0 | 0.18 |
HSL | 282.86º | 0.07% | 0.81% | - |
HSV(B) | 282.86º | 0.03% | 0.82% | - |
XYZ | 58.36 | 60.11 | 68.85 | - |
YUV | 204.29 | 130.66 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 202 | 209 | 0.01 | 0.03 | 0 | 0.18 | 282.86 | 0.07 | 0.81 |
Hex | CF | CA | D1 | 1 | 3 | 0 | 12 | 11B | 7 | 51 |
Octal | 317 | 312 | 321 | 1 | 3 | 0 | 22 | 433 | 7 | 121 |
Binary | 11001111 | 11001010 | 11010001 | 1 | 11 | 0 | 10010 | 100011011 | 111 | 1010001 |
Color Harmonies of #CFCAD1
Complementary color
Monochromatic Colors of #CFCAD1
Black with #CFCAD1
Text Example
Text Example
White with #CFCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAD1; }
p { color: rgb(207,202,209); }
H1.HeaderClassName
{
color: #CFCAD1;
}
.AnyTagClassName
{
color: #CFCAD1;
}
</style>
background-color css
<style>
a { background-color: #CFCAD1; }
a { background-color: rgb(207,202,209); }
div.DivClassName
{
background-color: #CFCAD1;
}
.BgClassName
{
background-color: #CFCAD1;
}
</style>
border-color css
<style>
span { border-color: #CFCAD1; }
span { border-color: rgb(207,202,209); }
td.TdClassName
{
border-color: #CFCAD1;
}
.TagClassName
{
border-color: #CFCAD1;
}
</style>