Shades of Pattens Blue #DCE8EF
Tints of Pattens Blue #DCE8EF
RGB
CMYK
RGB Variations
Color information
#DCE8EF (or 0xDCE8EF) is known color: Pattens Blue. HEX triplet: DC, E8 and EF. RGB value is (220,232,239). Sum of RGB (Red+Green+Blue) = 220+232+239=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCE8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE8EF is #231710. Grayscale: #E5E5E5. Windows color (decimal): -2299665 or 15722716. OLE color: 15722716.
HSL color Cylindrical-coordinate representation of color #DCE8EF: hue angle of 202.11º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE8EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 232 | 239 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.06 |
| HSL | 202.11º | 0.37% | 0.9% | - |
| HSV(B) | 202.11º | 0.08% | 0.94% | - |
| XYZ | 73.95 | 79.16 | 93.04 | - |
| YUV | 229.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 239 | 0.08 | 0.03 | 0 | 0.06 | 202.11 | 0.37 | 0.9 |
| Hex | DC | E8 | EF | 8 | 3 | 0 | 6 | CA | 25 | 5A |
| Octal | 334 | 350 | 357 | 10 | 3 | 0 | 6 | 312 | 45 | 132 |
| Binary | 11011100 | 11101000 | 11101111 | 1000 | 11 | 0 | 110 | 11001010 | 100101 | 1011010 |
Color Harmonies of #DCE8EF
Complementary color
Monochromatic Colors of #DCE8EF
Black with #DCE8EF
Text Example
Text Example
White with #DCE8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE8EF; }
p { color: rgb(220,232,239); }
H1.HeaderClassName
{
color: #DCE8EF;
}
.AnyTagClassName
{
color: #DCE8EF;
}
</style>
background-color css
<style>
a { background-color: #DCE8EF; }
a { background-color: rgb(220,232,239); }
div.DivClassName
{
background-color: #DCE8EF;
}
.BgClassName
{
background-color: #DCE8EF;
}
</style>
border-color css
<style>
span { border-color: #DCE8EF; }
span { border-color: rgb(220,232,239); }
td.TdClassName
{
border-color: #DCE8EF;
}
.TagClassName
{
border-color: #DCE8EF;
}
</style>