#DCE7EF

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

Shades of Pattens Blue #DCE7EF

Tints of Pattens Blue #DCE7EF

Color information

#DCE7EF (or 0xDCE7EF) is unknown color: approx Pattens Blue. HEX triplet: DC, E7 and EF. RGB value is (220,231,239). Sum of RGB (Red+Green+Blue) = 220+231+239=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 231 (90.62% from 255 or 33.48% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCE7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7EF is #231810. Grayscale: #E4E4E4. Windows color (decimal): -2299921 or 15722460. OLE color: 15722460.

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

Color convert

RGB220231239-
CMYK0.080.0300.06
HSL205.26º37.25%90%-
HSV(B)205.26º7.95%93.73%-
XYZ73.6778.692.95-
YUV228.62133.86121.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 231 (90.62% from 255) = 33.48%
BLUE value IS 239 (93.75% from 255) = 34.64%
R=31.88%
G=33.48%
B=34.64%

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
Decimal2202312390.080.0300.06205.2637.2590
HexDCE7EF8306cd255a
Octal3343473571030631545132
Binary1101110011100111111011111000110110110011011001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7EF; }

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

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

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

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

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

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

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

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