Shades of Pattens Blue #DCE9F5
Tints of Pattens Blue #DCE9F5
RGB
CMYK
RGB Variations
Color information
#DCE9F5 (or 0xDCE9F5) is known color: Pattens Blue. HEX triplet: DC, E9 and F5. RGB value is (220,233,245). Sum of RGB (Red+Green+Blue) = 220+233+245=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 233 (91.41% from 255 or 33.38% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9F5 is #23160A. Grayscale: #E6E6E6. Windows color (decimal): -2299403 or 16116188. OLE color: 16116188.
HSL color Cylindrical-coordinate representation of color #DCE9F5: hue angle of 208.8º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCE9F5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 233 | 245 | - |
CMYK | 0.10 | 0.05 | 0 | 0.04 |
HSL | 208.8º | 0.56% | 0.91% | - |
HSV(B) | 208.8º | 0.1% | 0.96% | - |
XYZ | 75.14 | 80.09 | 97.88 | - |
YUV | 230.48 | 136.19 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 233 | 245 | 0.10 | 0.05 | 0 | 0.04 | 208.8 | 0.56 | 0.91 |
Hex | DC | E9 | F5 | A | 5 | 0 | 4 | D1 | 38 | 5B |
Octal | 334 | 351 | 365 | 12 | 5 | 0 | 4 | 321 | 70 | 133 |
Binary | 11011100 | 11101001 | 11110101 | 1010 | 101 | 0 | 100 | 11010001 | 111000 | 1011011 |
Color Harmonies of #DCE9F5
Complementary color
Monochromatic Colors of #DCE9F5
Black with #DCE9F5
Text Example
Text Example
White with #DCE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE9F5; }
p { color: rgb(220,233,245); }
H1.HeaderClassName
{
color: #DCE9F5;
}
.AnyTagClassName
{
color: #DCE9F5;
}
</style>
background-color css
<style>
a { background-color: #DCE9F5; }
a { background-color: rgb(220,233,245); }
div.DivClassName
{
background-color: #DCE9F5;
}
.BgClassName
{
background-color: #DCE9F5;
}
</style>
border-color css
<style>
span { border-color: #DCE9F5; }
span { border-color: rgb(220,233,245); }
td.TdClassName
{
border-color: #DCE9F5;
}
.TagClassName
{
border-color: #DCE9F5;
}
</style>