#DCE9EF

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

Shades of Pattens Blue #DCE9EF

Tints of Pattens Blue #DCE9EF

Color information

#DCE9EF (or 0xDCE9EF) is unknown color: approx Pattens Blue. HEX triplet: DC, E9 and EF. RGB value is (220,233,239). Sum of RGB (Red+Green+Blue) = 220+233+239=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCE9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EF is #231610. Grayscale: #E5E5E5. Windows color (decimal): -2299409 or 15722972. OLE color: 15722972.

HSL color Cylindrical-coordinate representation of color #DCE9EF: hue angle of 198.95º 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 #DCE9EF is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220233239-
CMYK0.080.0300.06
HSL198.95º37.25%90%-
HSV(B)198.95º7.95%93.73%-
XYZ74.2379.7393.14-
YUV229.8133.19121.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=31.79%
G=33.67%
B=34.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202332390.080.0300.06198.9537.2590
HexDCE9EF8306c7255a
Octal3343513571030630745132
Binary1101110011101001111011111000110110110001111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9EF; }

 p { color: rgb(220,233,239); }

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

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

 a { background-color: rgb(220,233,239); }

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

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

 span { border-color: rgb(220,233,239); }

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