#DCE7F1

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

Shades of Pattens Blue #DCE7F1

Tints of Pattens Blue #DCE7F1

Color information

#DCE7F1 (or 0xDCE7F1) is unknown color: approx Pattens Blue. HEX triplet: DC, E7 and F1. RGB value is (220,231,241). Sum of RGB (Red+Green+Blue) = 220+231+241=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 231 (90.62% from 255 or 33.38% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCE7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE7F1 is #23180E. Grayscale: #E4E4E4. Windows color (decimal): -2299919 or 15853532. OLE color: 15853532.

HSL color Cylindrical-coordinate representation of color #DCE7F1: hue angle of 208.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE7F1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220231241-
CMYK0.090.0400.05
HSL208.57º42.86%90.39%-
HSV(B)208.57º8.71%94.51%-
XYZ73.9778.7294.51-
YUV228.85134.86121.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 231 (90.62% from 255) = 33.38%
BLUE value IS 241 (94.53% from 255) = 34.83%
R=31.79%
G=33.38%
B=34.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202312410.090.0400.05208.5742.8690.39
HexDCE7F19405d12b5a
Octal3343473611140532153132
Binary11011100111001111111000110011000101110100011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE7F1; }

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

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

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

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

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

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

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

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