Shades of Pattens Blue #DCE7F2
Tints of Pattens Blue #DCE7F2
RGB
CMYK
RGB Variations
Color information
#DCE7F2 (or 0xDCE7F2) is known color: Pattens Blue. HEX triplet: DC, E7 and F2. RGB value is (220,231,242). Sum of RGB (Red+Green+Blue) = 220+231+242=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 242 (94.92% from 255 or 34.92% from 693); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCE7F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7F2 is #23180D. Grayscale: #E4E4E4. Windows color (decimal): -2299918 or 15919068. OLE color: 15919068.
HSL color Cylindrical-coordinate representation of color #DCE7F2: hue angle of 210º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE7F2 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 231 | 242 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.05 |
| HSL | 210º | 0.46% | 0.91% | - |
| HSV(B) | 210º | 0.09% | 0.95% | - |
| XYZ | 74.12 | 78.78 | 95.3 | - |
| YUV | 228.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 242 | 0.09 | 0.05 | 0 | 0.05 | 210 | 0.46 | 0.91 |
| Hex | DC | E7 | F2 | 9 | 5 | 0 | 5 | D2 | 2E | 5B |
| Octal | 334 | 347 | 362 | 11 | 5 | 0 | 5 | 322 | 56 | 133 |
| Binary | 11011100 | 11100111 | 11110010 | 1001 | 101 | 0 | 101 | 11010010 | 101110 | 1011011 |
Color Harmonies of #DCE7F2
Complementary color
Monochromatic Colors of #DCE7F2
Black with #DCE7F2
Text Example
Text Example
White with #DCE7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7F2; }
p { color: rgb(220,231,242); }
H1.HeaderClassName
{
color: #DCE7F2;
}
.AnyTagClassName
{
color: #DCE7F2;
}
</style>
background-color css
<style>
a { background-color: #DCE7F2; }
a { background-color: rgb(220,231,242); }
div.DivClassName
{
background-color: #DCE7F2;
}
.BgClassName
{
background-color: #DCE7F2;
}
</style>
border-color css
<style>
span { border-color: #DCE7F2; }
span { border-color: rgb(220,231,242); }
td.TdClassName
{
border-color: #DCE7F2;
}
.TagClassName
{
border-color: #DCE7F2;
}
</style>