Shades of Pattens Blue #DCE8F4
Tints of Pattens Blue #DCE8F4
RGB
CMYK
RGB Variations
Color information
#DCE8F4 (or 0xDCE8F4) is known color: Pattens Blue. HEX triplet: DC, E8 and F4. RGB value is (220,232,244). Sum of RGB (Red+Green+Blue) = 220+232+244=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCE8F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8F4 is #23170B. Grayscale: #E5E5E5. Windows color (decimal): -2299660 or 16050396. OLE color: 16050396.
HSL color Cylindrical-coordinate representation of color #DCE8F4: hue angle of 210º degrees, saturation: 0.52, 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 #DCE8F4 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 232 | 244 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.04 |
| HSL | 210º | 0.52% | 0.91% | - |
| HSV(B) | 210º | 0.1% | 0.96% | - |
| XYZ | 74.7 | 79.46 | 96.99 | - |
| YUV | 229.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 244 | 0.10 | 0.05 | 0 | 0.04 | 210 | 0.52 | 0.91 |
| Hex | DC | E8 | F4 | A | 5 | 0 | 4 | D2 | 34 | 5B |
| Octal | 334 | 350 | 364 | 12 | 5 | 0 | 4 | 322 | 64 | 133 |
| Binary | 11011100 | 11101000 | 11110100 | 1010 | 101 | 0 | 100 | 11010010 | 110100 | 1011011 |
Color Harmonies of #DCE8F4
Complementary color
Monochromatic Colors of #DCE8F4
Black with #DCE8F4
Text Example
Text Example
White with #DCE8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8F4; }
p { color: rgb(220,232,244); }
H1.HeaderClassName
{
color: #DCE8F4;
}
.AnyTagClassName
{
color: #DCE8F4;
}
</style>
background-color css
<style>
a { background-color: #DCE8F4; }
a { background-color: rgb(220,232,244); }
div.DivClassName
{
background-color: #DCE8F4;
}
.BgClassName
{
background-color: #DCE8F4;
}
</style>
border-color css
<style>
span { border-color: #DCE8F4; }
span { border-color: rgb(220,232,244); }
td.TdClassName
{
border-color: #DCE8F4;
}
.TagClassName
{
border-color: #DCE8F4;
}
</style>