Shades of Pattens Blue #DCE7EE
Tints of Pattens Blue #DCE7EE
RGB
CMYK
RGB Variations
Color information
#DCE7EE (or 0xDCE7EE) is known color: Pattens Blue. HEX triplet: DC, E7 and EE. RGB value is (220,231,238). Sum of RGB (Red+Green+Blue) = 220+231+238=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCE7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7EE is #231811. Grayscale: #E4E4E4. Windows color (decimal): -2299922 or 15656924. OLE color: 15656924.
HSL color Cylindrical-coordinate representation of color #DCE7EE: hue angle of 203.33º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCE7EE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 231 | 238 | - |
CMYK | 0.08 | 0.03 | 0 | 0.07 |
HSL | 203.33º | 0.35% | 0.9% | - |
HSV(B) | 203.33º | 0.08% | 0.93% | - |
XYZ | 73.52 | 78.54 | 92.17 | - |
YUV | 228.51 | 133.36 | 121.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 231 | 238 | 0.08 | 0.03 | 0 | 0.07 | 203.33 | 0.35 | 0.9 |
Hex | DC | E7 | EE | 8 | 3 | 0 | 7 | CB | 23 | 5A |
Octal | 334 | 347 | 356 | 10 | 3 | 0 | 7 | 313 | 43 | 132 |
Binary | 11011100 | 11100111 | 11101110 | 1000 | 11 | 0 | 111 | 11001011 | 100011 | 1011010 |
Color Harmonies of #DCE7EE
Complementary color
Monochromatic Colors of #DCE7EE
Black with #DCE7EE
Text Example
Text Example
White with #DCE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7EE; }
p { color: rgb(220,231,238); }
H1.HeaderClassName
{
color: #DCE7EE;
}
.AnyTagClassName
{
color: #DCE7EE;
}
</style>
background-color css
<style>
a { background-color: #DCE7EE; }
a { background-color: rgb(220,231,238); }
div.DivClassName
{
background-color: #DCE7EE;
}
.BgClassName
{
background-color: #DCE7EE;
}
</style>
border-color css
<style>
span { border-color: #DCE7EE; }
span { border-color: rgb(220,231,238); }
td.TdClassName
{
border-color: #DCE7EE;
}
.TagClassName
{
border-color: #DCE7EE;
}
</style>