Shades of Pattens Blue #DCF0F6
Tints of Pattens Blue #DCF0F6
RGB
CMYK
RGB Variations
Color information
#DCF0F6 (or 0xDCF0F6) is known color: Pattens Blue. HEX triplet: DC, F0 and F6. RGB value is (220,240,246). Sum of RGB (Red+Green+Blue) = 220+240+246=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 246 (96.48% from 255 or 34.84% from 706); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCF0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF0F6 is #230F09. Grayscale: #EAEAEA. Windows color (decimal): -2297610 or 16183516. OLE color: 16183516.
HSL color Cylindrical-coordinate representation of color #DCF0F6: hue angle of 193.85º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF0F6 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 240 | 246 | - |
CMYK | 0.11 | 0.02 | 0 | 0.04 |
HSL | 193.85º | 0.59% | 0.91% | - |
HSV(B) | 193.85º | 0.11% | 0.96% | - |
XYZ | 77.31 | 84.19 | 99.36 | - |
YUV | 234.7 | 134.37 | 117.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 240 | 246 | 0.11 | 0.02 | 0 | 0.04 | 193.85 | 0.59 | 0.91 |
Hex | DC | F0 | F6 | B | 2 | 0 | 4 | C2 | 3B | 5B |
Octal | 334 | 360 | 366 | 13 | 2 | 0 | 4 | 302 | 73 | 133 |
Binary | 11011100 | 11110000 | 11110110 | 1011 | 10 | 0 | 100 | 11000010 | 111011 | 1011011 |
Color Harmonies of #DCF0F6
Complementary color
Monochromatic Colors of #DCF0F6
Black with #DCF0F6
Text Example
Text Example
White with #DCF0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF0F6; }
p { color: rgb(220,240,246); }
H1.HeaderClassName
{
color: #DCF0F6;
}
.AnyTagClassName
{
color: #DCF0F6;
}
</style>
background-color css
<style>
a { background-color: #DCF0F6; }
a { background-color: rgb(220,240,246); }
div.DivClassName
{
background-color: #DCF0F6;
}
.BgClassName
{
background-color: #DCF0F6;
}
</style>
border-color css
<style>
span { border-color: #DCF0F6; }
span { border-color: rgb(220,240,246); }
td.TdClassName
{
border-color: #DCF0F6;
}
.TagClassName
{
border-color: #DCF0F6;
}
</style>