Shades of Pattens Blue #DCE6E9
Tints of Pattens Blue #DCE6E9
RGB
CMYK
RGB Variations
Color information
#DCE6E9 (or 0xDCE6E9) is known color: Pattens Blue. HEX triplet: DC, E6 and E9. RGB value is (220,230,233). Sum of RGB (Red+Green+Blue) = 220+230+233=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 233 - color contains mainly: blue. Hex color #DCE6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6E9 is #231916. Grayscale: #E3E3E3. Windows color (decimal): -2300183 or 15328988. OLE color: 15328988.
HSL color Cylindrical-coordinate representation of color #DCE6E9: hue angle of 193.85º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE6E9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 220 | 230 | 233 | - |
CMYK | 0.06 | 0.01 | 0 | 0.09 |
HSL | 193.85º | 0.23% | 0.89% | - |
HSV(B) | 193.85º | 0.06% | 0.91% | - |
XYZ | 72.52 | 77.69 | 88.26 | - |
YUV | 227.35 | 131.19 | 122.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 230 | 233 | 0.06 | 0.01 | 0 | 0.09 | 193.85 | 0.23 | 0.89 |
Hex | DC | E6 | E9 | 6 | 1 | 0 | 9 | C2 | 17 | 59 |
Octal | 334 | 346 | 351 | 6 | 1 | 0 | 11 | 302 | 27 | 131 |
Binary | 11011100 | 11100110 | 11101001 | 110 | 1 | 0 | 1001 | 11000010 | 10111 | 1011001 |
Color Harmonies of #DCE6E9
Complementary color
Monochromatic Colors of #DCE6E9
Black with #DCE6E9
Text Example
Text Example
White with #DCE6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6E9; }
p { color: rgb(220,230,233); }
H1.HeaderClassName
{
color: #DCE6E9;
}
.AnyTagClassName
{
color: #DCE6E9;
}
</style>
background-color css
<style>
a { background-color: #DCE6E9; }
a { background-color: rgb(220,230,233); }
div.DivClassName
{
background-color: #DCE6E9;
}
.BgClassName
{
background-color: #DCE6E9;
}
</style>
border-color css
<style>
span { border-color: #DCE6E9; }
span { border-color: rgb(220,230,233); }
td.TdClassName
{
border-color: #DCE6E9;
}
.TagClassName
{
border-color: #DCE6E9;
}
</style>