#DCE7F0

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

Shades of Pattens Blue #DCE7F0

Tints of Pattens Blue #DCE7F0

Color information

#DCE7F0 (or 0xDCE7F0) is unknown color: approx Pattens Blue. HEX triplet: DC, E7 and F0. RGB value is (220,231,240). Sum of RGB (Red+Green+Blue) = 220+231+240=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 231 (90.62% from 255 or 33.43% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCE7F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7F0 is #23180F. Grayscale: #E4E4E4. Windows color (decimal): -2299920 or 15787996. OLE color: 15787996.

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

Color convert

RGB220231240-
CMYK0.080.0400.06
HSL207º40%90.2%-
HSV(B)207º8.33%94.12%-
XYZ73.8278.6693.73-
YUV228.74134.36121.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 231 (90.62% from 255) = 33.43%
BLUE value IS 240 (94.14% from 255) = 34.73%
R=31.84%
G=33.43%
B=34.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202312400.080.0400.062074090.2
HexDCE7F08406cf285a
Octal3343473601040631750132
Binary11011100111001111111000010001000110110011111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7F0; }

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

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

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

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

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

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

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

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