Shades of Pattens Blue #CFDFED
Tints of Pattens Blue #CFDFED
RGB
CMYK
RGB Variations
Color information
#CFDFED (or 0xCFDFED) is known color: Pattens Blue. HEX triplet: CF, DF and ED. RGB value is (207,223,237). Sum of RGB (Red+Green+Blue) = 207+223+237=667 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.03% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFDFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFED is #302012. Grayscale: #DBDBDB. Windows color (decimal): -3153939 or 15589327. OLE color: 15589327.
HSL color Cylindrical-coordinate representation of color #CFDFED: hue angle of 208º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFDFED is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 223 | 237 | - |
CMYK | 0.13 | 0.06 | 0 | 0.07 |
HSL | 208º | 0.45% | 0.87% | - |
HSV(B) | 208º | 0.13% | 0.93% | - |
XYZ | 67.41 | 72.16 | 90.5 | - |
YUV | 219.81 | 137.7 | 118.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 223 | 237 | 0.13 | 0.06 | 0 | 0.07 | 208 | 0.45 | 0.87 |
Hex | CF | DF | ED | D | 6 | 0 | 7 | D0 | 2D | 57 |
Octal | 317 | 337 | 355 | 15 | 6 | 0 | 7 | 320 | 55 | 127 |
Binary | 11001111 | 11011111 | 11101101 | 1101 | 110 | 0 | 111 | 11010000 | 101101 | 1010111 |
Color Harmonies of #CFDFED
Complementary color
Monochromatic Colors of #CFDFED
Black with #CFDFED
Text Example
Text Example
White with #CFDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFED; }
p { color: rgb(207,223,237); }
H1.HeaderClassName
{
color: #CFDFED;
}
.AnyTagClassName
{
color: #CFDFED;
}
</style>
background-color css
<style>
a { background-color: #CFDFED; }
a { background-color: rgb(207,223,237); }
div.DivClassName
{
background-color: #CFDFED;
}
.BgClassName
{
background-color: #CFDFED;
}
</style>
border-color css
<style>
span { border-color: #CFDFED; }
span { border-color: rgb(207,223,237); }
td.TdClassName
{
border-color: #CFDFED;
}
.TagClassName
{
border-color: #CFDFED;
}
</style>