#DCE7ED

Color #DCE7ED Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #DCE7ED

Tints of Pattens Blue #DCE7ED

Color information

#DCE7ED (or 0xDCE7ED) is unknown color: approx Pattens Blue. HEX triplet: DC, E7 and ED. RGB value is (220,231,237). Sum of RGB (Red+Green+Blue) = 220+231+237=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 231 (90.62% from 255 or 33.58% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCE7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7ED is #231812. Grayscale: #E4E4E4. Windows color (decimal): -2299923 or 15591388. OLE color: 15591388.

HSL color Cylindrical-coordinate representation of color #DCE7ED: hue angle of 201.18º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE7ED is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220231237-
CMYK0.070.0300.07
HSL201.18º32.08%89.61%-
HSV(B)201.18º7.17%92.94%-
XYZ73.3878.4891.4-
YUV228.4132.86122.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 231 (90.62% from 255) = 33.58%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=31.98%
G=33.58%
B=34.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202312370.070.0300.07201.1832.0889.61
HexDCE7ED7307c9205a
Octal334347355730731140132
Binary110111001110011111101101111110111110010011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7ED; }

 p { color: rgb(220,231,237); }

 H1.HeaderClassName
 {
   color: #DCE7ED;
 }
 .AnyTagClassName
 {
   color: #DCE7ED;
 }
</style>
background-color css

<style>
 a { background-color: #DCE7ED; }

 a { background-color: rgb(220,231,237); }

 div.DivClassName
 {
   background-color: #DCE7ED;
 }
 .BgClassName
 {
   background-color: #DCE7ED;
 }
</style>
border-color css

<style>
 span { border-color: #DCE7ED; }

 span { border-color: rgb(220,231,237); }

 td.TdClassName
 {
   border-color: #DCE7ED;
 }
 .TagClassName
 {
   border-color: #DCE7ED;
 }
</style>