#DCEDF7

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

Shades of Pattens Blue #DCEDF7

Tints of Pattens Blue #DCEDF7

Color information

#DCEDF7 (or 0xDCEDF7) is unknown color: approx Pattens Blue. HEX triplet: DC, ED and F7. RGB value is (220,237,247). Sum of RGB (Red+Green+Blue) = 220+237+247=704 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.25% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCEDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDF7 is #231208. Grayscale: #E9E9E9. Windows color (decimal): -2298377 or 16248284. OLE color: 16248284.

HSL color Cylindrical-coordinate representation of color #DCEDF7: hue angle of 202.22º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEDF7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220237247-
CMYK0.110.0400.03
HSL202.22º62.79%91.57%-
HSV(B)202.22º10.93%96.86%-
XYZ76.5982.599.88-
YUV233.06135.87118.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.25%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=31.25%
G=33.66%
B=35.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202372470.110.0400.03202.2262.7991.57
HexDCEDF7B403ca3f5c
Octal3343553671340331277134
Binary1101110011101101111101111011100011110010101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEDF7; }

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

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

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

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

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

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

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

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